mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 13:21:09 +02:00
ixp4xx: Split into two subtargets, one normal and one for boards which boot directly from attached storage (and therefore need most kernel modules compiled in)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9669 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1e70eae581
commit
8fd723552a
@ -10,6 +10,7 @@ ARCH:=armeb
|
||||
BOARD:=ixp4xx
|
||||
BOARDNAME:=Intel XScale IXP4xx
|
||||
FEATURES:=squashfs
|
||||
SUBTARGETS=generic fsg3
|
||||
|
||||
LINUX_VERSION:=2.6.21.6
|
||||
|
||||
|
6
target/linux/ixp4xx/fsg3/target.mk
Normal file
6
target/linux/ixp4xx/fsg3/target.mk
Normal file
@ -0,0 +1,6 @@
|
||||
BOARDNAME:=Internal Hard-Disk
|
||||
|
||||
define Target/Description
|
||||
Build firmware images for ixp4xx based boards that boot directly from internal disk storage
|
||||
(e.g : Freecom FSG-3, ...)
|
||||
endef
|
7
target/linux/ixp4xx/generic/target.mk
Normal file
7
target/linux/ixp4xx/generic/target.mk
Normal file
@ -0,0 +1,7 @@
|
||||
BOARDNAME:=Generic
|
||||
|
||||
define Target/Description
|
||||
Build firmware images for ixp4xx based boards that boot from internal flash
|
||||
(e.g : Linksys NSLU2, ...)
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user