Loading target/device/Config.in +1 −9 Original line number Diff line number Diff line menu "Board Support Options" config BR2_TARGET_GENERIC bool "linux kernel" default n select BR2_PACKAGE_LINUX help Architecture or board dependant linux kernel. config BR2_PACKAGE_LINUX bool "linux" bool "linux kernel" default n depends BR2_TARGET_GENERIC help The Linux kernel. http://www.kernel.org/ Loading target/device/Makefile.in +3 −0 Original line number Diff line number Diff line TARGET_DEVICE_DEPMOD:=target/device/x86/depmod.pl -include target/device/*/Makefile.in ifeq ($(BR2_PACKAGE_LINUX),y) TARGETS+=linux26 endif target/device/x86/Makefile.in +0 −2 Original line number Diff line number Diff line ifeq ($(strip $(BR2_TARGET_GENERIC)),y) ifeq ($(strip $(BR2_i386)),y) include target/device/x86/i386/Makefile.in endif endif target/device/x86/i386/Makefile.in +0 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,3 @@ LINUX26_KCONFIG=$(BR2_BOARD_PATH)/linux26.config endif LINUX26_FORMAT=bzImage TARGETS+=linux26 Loading
target/device/Config.in +1 −9 Original line number Diff line number Diff line menu "Board Support Options" config BR2_TARGET_GENERIC bool "linux kernel" default n select BR2_PACKAGE_LINUX help Architecture or board dependant linux kernel. config BR2_PACKAGE_LINUX bool "linux" bool "linux kernel" default n depends BR2_TARGET_GENERIC help The Linux kernel. http://www.kernel.org/ Loading
target/device/Makefile.in +3 −0 Original line number Diff line number Diff line TARGET_DEVICE_DEPMOD:=target/device/x86/depmod.pl -include target/device/*/Makefile.in ifeq ($(BR2_PACKAGE_LINUX),y) TARGETS+=linux26 endif
target/device/x86/Makefile.in +0 −2 Original line number Diff line number Diff line ifeq ($(strip $(BR2_TARGET_GENERIC)),y) ifeq ($(strip $(BR2_i386)),y) include target/device/x86/i386/Makefile.in endif endif
target/device/x86/i386/Makefile.in +0 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,3 @@ LINUX26_KCONFIG=$(BR2_BOARD_PATH)/linux26.config endif LINUX26_FORMAT=bzImage TARGETS+=linux26