ixp4xx: Split into two subtargets, one normal and one for boards which boot directly...
authorrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 7 Dec 2007 22:29:44 +0000 (22:29 +0000)
committerrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 7 Dec 2007 22:29:44 +0000 (22:29 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9669 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ixp4xx/Makefile
target/linux/ixp4xx/fsg3/config-default [moved from target/linux/ixp4xx/config/profile-FSG3 with 100% similarity]
target/linux/ixp4xx/fsg3/profiles/100-FSG3.mk [moved from target/linux/ixp4xx/profiles/500-FSG3.mk with 100% similarity]
target/linux/ixp4xx/fsg3/target.mk [new file with mode: 0644]
target/linux/ixp4xx/generic/profiles/100-Default.mk [moved from target/linux/ixp4xx/profiles/100-Default.mk with 100% similarity]
target/linux/ixp4xx/generic/profiles/200-NSLU2.mk [moved from target/linux/ixp4xx/profiles/200-NSLU2.mk with 100% similarity]
target/linux/ixp4xx/generic/profiles/300-NAS100d.mk [moved from target/linux/ixp4xx/profiles/300-NAS100d.mk with 100% similarity]
target/linux/ixp4xx/generic/profiles/400-DSMG600RevA.mk [moved from target/linux/ixp4xx/profiles/400-DSMG600RevA.mk with 100% similarity]
target/linux/ixp4xx/generic/target.mk [new file with mode: 0644]

index 6e945aba2c5c59122b326cf2cd9a05e4dc428b7d..5b9d3fb551413af6ad88ddb989d9edeaad52a640 100644 (file)
@@ -10,6 +10,7 @@ ARCH:=armeb
 BOARD:=ixp4xx
 BOARDNAME:=Intel XScale IXP4xx
 FEATURES:=squashfs
+SUBTARGETS=generic fsg3
 
 LINUX_VERSION:=2.6.21.6
 
diff --git a/target/linux/ixp4xx/fsg3/target.mk b/target/linux/ixp4xx/fsg3/target.mk
new file mode 100644 (file)
index 0000000..c71065e
--- /dev/null
@@ -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
diff --git a/target/linux/ixp4xx/generic/target.mk b/target/linux/ixp4xx/generic/target.mk
new file mode 100644 (file)
index 0000000..21fd5d4
--- /dev/null
@@ -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
+