- reenable linux26

This commit is contained in:
Bernhard Reutner-Fischer 2007-01-31 17:36:43 +00:00
parent 67bed999ab
commit f0be91fd17
4 changed files with 4 additions and 12 deletions

View File

@ -1,16 +1,8 @@
menu "Board Support Options"
config BR2_TARGET_GENERIC
config BR2_PACKAGE_LINUX
bool "linux kernel"
default n
select BR2_PACKAGE_LINUX
help
Architecture or board dependant linux kernel.
config BR2_PACKAGE_LINUX
bool "linux"
default n
depends BR2_TARGET_GENERIC
help
The Linux kernel.
http://www.kernel.org/

View File

@ -1,3 +1,6 @@
TARGET_DEVICE_DEPMOD:=target/device/x86/depmod.pl
-include target/device/*/Makefile.in
ifeq ($(BR2_PACKAGE_LINUX),y)
TARGETS+=linux26
endif

View File

@ -1,5 +1,3 @@
ifeq ($(strip $(BR2_TARGET_GENERIC)),y)
ifeq ($(strip $(BR2_i386)),y)
include target/device/x86/i386/Makefile.in
endif
endif

View File

@ -5,4 +5,3 @@ LINUX26_KCONFIG=$(BR2_BOARD_PATH)/linux26.config
endif
LINUX26_FORMAT=bzImage
TARGETS+=linux26