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)

SVN-Revision: 9669
v19.07.3_mercusys_ac12_duma
Rod Whitby 17 years ago
parent 691be1ebe3
commit 610fcbfd85

@ -10,6 +10,7 @@ ARCH:=armeb
BOARD:=ixp4xx BOARD:=ixp4xx
BOARDNAME:=Intel XScale IXP4xx BOARDNAME:=Intel XScale IXP4xx
FEATURES:=squashfs FEATURES:=squashfs
SUBTARGETS=generic fsg3
LINUX_VERSION:=2.6.21.6 LINUX_VERSION:=2.6.21.6

@ -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

@ -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…
Cancel
Save