diff options
Diffstat (limited to 'target/linux/ixp4xx/generic')
16 files changed, 547 insertions, 0 deletions
diff --git a/target/linux/ixp4xx/generic/.svn/entries b/target/linux/ixp4xx/generic/.svn/entries new file mode 100644 index 0000000..1f82fa5 --- /dev/null +++ b/target/linux/ixp4xx/generic/.svn/entries @@ -0,0 +1,65 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/ixp4xx/generic +svn://svn.openwrt.org/openwrt + + + +2012-09-28T21:54:31.333898Z +33593 +blogic + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +profiles +dir + +target.mk +file + + + + +2013-03-17T12:12:24.000000Z +423b8708b3801426aa4edbd1fae22fda +2010-03-14T01:39:26.887451Z +20184 +nbd + + + + + + + + + + + + + + + + + + + + + +188 + diff --git a/target/linux/ixp4xx/generic/.svn/text-base/target.mk.svn-base b/target/linux/ixp4xx/generic/.svn/text-base/target.mk.svn-base new file mode 100644 index 0000000..f03e2a8 --- /dev/null +++ b/target/linux/ixp4xx/generic/.svn/text-base/target.mk.svn-base @@ -0,0 +1,9 @@ +BOARDNAME:=Generic + +DEFAULT_PACKAGES+= wpad-mini + +define Target/Description + Build firmware images for ixp4xx based boards that boot from internal flash + (e.g : Linksys NSLU2, ...) +endef + diff --git a/target/linux/ixp4xx/generic/profiles/.svn/entries b/target/linux/ixp4xx/generic/profiles/.svn/entries new file mode 100644 index 0000000..4039fda --- /dev/null +++ b/target/linux/ixp4xx/generic/profiles/.svn/entries @@ -0,0 +1,232 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/ixp4xx/generic/profiles +svn://svn.openwrt.org/openwrt + + + +2012-09-28T21:54:31.333898Z +33593 +blogic + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +400-DSMG600RevA.mk +file + + + + +2013-03-17T12:12:24.000000Z +2439251c5950284e1f27146e39874e06 +2012-09-28T21:54:31.333898Z +33593 +blogic + + + + + + + + + + + + + + + + + + + + + +518 + +100-Default.mk +file + + + + +2013-03-17T12:12:24.000000Z +dbae5d50a6681fc21748525d692b7809 +2012-03-19T09:58:13.752470Z +31015 +nbd + + + + + + + + + + + + + + + + + + + + + +327 + +105-Atheros-ath5k.mk +file + + + + +2013-03-17T12:12:24.000000Z +6cf4716f9f5facfd8f5ced9c3c53fed6 +2008-09-27T20:16:16.730291Z +12744 +agb + + + + + + + + + + + + + + + + + + + + + +394 + +200-NSLU2.mk +file + + + + +2013-03-17T12:12:24.000000Z +636af9ec96d0d8eaf5a77054d92f8a1b +2012-03-19T09:58:13.752470Z +31015 +nbd + + + + + + + + + + + + + + + + + + + + + +459 + +500-USR8200.mk +file + + + + +2013-03-17T12:12:24.000000Z +54b62e702d6fa251eb9697861e1a76a0 +2010-03-14T01:39:26.887451Z +20184 +nbd + + + + + + + + + + + + + + + + + + + + + +504 + +300-NAS100d.mk +file + + + + +2013-03-17T12:12:24.000000Z +d2b0ca2beb64412e1c5f05d2e14f8e3b +2012-09-28T21:54:31.333898Z +33593 +blogic + + + + + + + + + + + + + + + + + + + + + +473 + diff --git a/target/linux/ixp4xx/generic/profiles/.svn/text-base/100-Default.mk.svn-base b/target/linux/ixp4xx/generic/profiles/.svn/text-base/100-Default.mk.svn-base new file mode 100644 index 0000000..c881c80 --- /dev/null +++ b/target/linux/ixp4xx/generic/profiles/.svn/text-base/100-Default.mk.svn-base @@ -0,0 +1,17 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Default + NAME:=Default Profile + PACKAGES:=kmod-ath5k +endef + +define Profile/Default/Description + Default IXP4xx Profile +endef +$(eval $(call Profile,Default)) + diff --git a/target/linux/ixp4xx/generic/profiles/.svn/text-base/105-Atheros-ath5k.mk.svn-base b/target/linux/ixp4xx/generic/profiles/.svn/text-base/105-Atheros-ath5k.mk.svn-base new file mode 100644 index 0000000..8f74277 --- /dev/null +++ b/target/linux/ixp4xx/generic/profiles/.svn/text-base/105-Atheros-ath5k.mk.svn-base @@ -0,0 +1,17 @@ +# +# Copyright (C) 2006-2008 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Atheros-ath5k + NAME:=Atheros WiFi (atk5k) + PACKAGES:=kmod-ath5k +endef + +define Profile/Atheros-ath5k/Description + Package set compatible with hardware using Atheros WiFi cards +endef +$(eval $(call Profile,Atheros-ath5k)) + diff --git a/target/linux/ixp4xx/generic/profiles/.svn/text-base/200-NSLU2.mk.svn-base b/target/linux/ixp4xx/generic/profiles/.svn/text-base/200-NSLU2.mk.svn-base new file mode 100644 index 0000000..523bda4 --- /dev/null +++ b/target/linux/ixp4xx/generic/profiles/.svn/text-base/200-NSLU2.mk.svn-base @@ -0,0 +1,19 @@ +# +# Copyright (C) 2006-2008 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/NSLU2 + NAME:=Linksys NSLU2 + PACKAGES:=-wpad-mini -kmod-ath5k kmod-scsi-core \ + kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-storage \ + kmod-fs-ext2 kmod-fs-ext3 +endef + +define Profile/NSLU2/Description + Package set optimized for the Linksys NSLU2 +endef +$(eval $(call Profile,NSLU2)) + diff --git a/target/linux/ixp4xx/generic/profiles/.svn/text-base/300-NAS100d.mk.svn-base b/target/linux/ixp4xx/generic/profiles/.svn/text-base/300-NAS100d.mk.svn-base new file mode 100644 index 0000000..36a544b --- /dev/null +++ b/target/linux/ixp4xx/generic/profiles/.svn/text-base/300-NAS100d.mk.svn-base @@ -0,0 +1,21 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/NAS100d + NAME:=Iomega NAS 100d + PACKAGES:=kmod-ath5k \ + kmod-scsi-core \ + kmod-ata-core kmod-ata-artop \ + kmod-usb-core kmod-usb2 kmod-usb-storage \ + kmod-fs-ext2 kmod-fs-ext3 +endef + +define Profile/NAS100d/Description + Package set optimized for the Iomega NAS 100d +endef +$(eval $(call Profile,NAS100d)) + diff --git a/target/linux/ixp4xx/generic/profiles/.svn/text-base/400-DSMG600RevA.mk.svn-base b/target/linux/ixp4xx/generic/profiles/.svn/text-base/400-DSMG600RevA.mk.svn-base new file mode 100644 index 0000000..6e6afba --- /dev/null +++ b/target/linux/ixp4xx/generic/profiles/.svn/text-base/400-DSMG600RevA.mk.svn-base @@ -0,0 +1,22 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/DSMG600RevA + NAME:=DSM-G600 Rev A + PACKAGES:=kmod-via-velocity \ + kmod-ath5k \ + kmod-scsi-core \ + kmod-ata-core kmod-ata-artop \ + kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \ + kmod-fs-ext2 kmod-fs-ext3 +endef + +define Profile/DSMG600RevA/Description + Package set optimized for the DSM-G600 Rev A +endef +$(eval $(call Profile,DSMG600RevA)) + diff --git a/target/linux/ixp4xx/generic/profiles/.svn/text-base/500-USR8200.mk.svn-base b/target/linux/ixp4xx/generic/profiles/.svn/text-base/500-USR8200.mk.svn-base new file mode 100644 index 0000000..99cda13 --- /dev/null +++ b/target/linux/ixp4xx/generic/profiles/.svn/text-base/500-USR8200.mk.svn-base @@ -0,0 +1,20 @@ +# +# Copyright (C) 2006-2008 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/USR8200 + NAME:=USRobotics USR8200 + PACKAGES:=-wpad-mini kmod-scsi-core \ + kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \ + kmod-fs-ext2 kmod-fs-ext3 \ + kmod-ieee1394 kmod-ohci1394 kmod-sbp2 +endef + +define Profile/USR8200/Description + Package set optimized for the USRobotics USR8200 +endef +$(eval $(call Profile,USR8200)) + diff --git a/target/linux/ixp4xx/generic/profiles/100-Default.mk b/target/linux/ixp4xx/generic/profiles/100-Default.mk new file mode 100644 index 0000000..c881c80 --- /dev/null +++ b/target/linux/ixp4xx/generic/profiles/100-Default.mk @@ -0,0 +1,17 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Default + NAME:=Default Profile + PACKAGES:=kmod-ath5k +endef + +define Profile/Default/Description + Default IXP4xx Profile +endef +$(eval $(call Profile,Default)) + diff --git a/target/linux/ixp4xx/generic/profiles/105-Atheros-ath5k.mk b/target/linux/ixp4xx/generic/profiles/105-Atheros-ath5k.mk new file mode 100644 index 0000000..8f74277 --- /dev/null +++ b/target/linux/ixp4xx/generic/profiles/105-Atheros-ath5k.mk @@ -0,0 +1,17 @@ +# +# Copyright (C) 2006-2008 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Atheros-ath5k + NAME:=Atheros WiFi (atk5k) + PACKAGES:=kmod-ath5k +endef + +define Profile/Atheros-ath5k/Description + Package set compatible with hardware using Atheros WiFi cards +endef +$(eval $(call Profile,Atheros-ath5k)) + diff --git a/target/linux/ixp4xx/generic/profiles/200-NSLU2.mk b/target/linux/ixp4xx/generic/profiles/200-NSLU2.mk new file mode 100644 index 0000000..523bda4 --- /dev/null +++ b/target/linux/ixp4xx/generic/profiles/200-NSLU2.mk @@ -0,0 +1,19 @@ +# +# Copyright (C) 2006-2008 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/NSLU2 + NAME:=Linksys NSLU2 + PACKAGES:=-wpad-mini -kmod-ath5k kmod-scsi-core \ + kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-storage \ + kmod-fs-ext2 kmod-fs-ext3 +endef + +define Profile/NSLU2/Description + Package set optimized for the Linksys NSLU2 +endef +$(eval $(call Profile,NSLU2)) + diff --git a/target/linux/ixp4xx/generic/profiles/300-NAS100d.mk b/target/linux/ixp4xx/generic/profiles/300-NAS100d.mk new file mode 100644 index 0000000..36a544b --- /dev/null +++ b/target/linux/ixp4xx/generic/profiles/300-NAS100d.mk @@ -0,0 +1,21 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/NAS100d + NAME:=Iomega NAS 100d + PACKAGES:=kmod-ath5k \ + kmod-scsi-core \ + kmod-ata-core kmod-ata-artop \ + kmod-usb-core kmod-usb2 kmod-usb-storage \ + kmod-fs-ext2 kmod-fs-ext3 +endef + +define Profile/NAS100d/Description + Package set optimized for the Iomega NAS 100d +endef +$(eval $(call Profile,NAS100d)) + diff --git a/target/linux/ixp4xx/generic/profiles/400-DSMG600RevA.mk b/target/linux/ixp4xx/generic/profiles/400-DSMG600RevA.mk new file mode 100644 index 0000000..6e6afba --- /dev/null +++ b/target/linux/ixp4xx/generic/profiles/400-DSMG600RevA.mk @@ -0,0 +1,22 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/DSMG600RevA + NAME:=DSM-G600 Rev A + PACKAGES:=kmod-via-velocity \ + kmod-ath5k \ + kmod-scsi-core \ + kmod-ata-core kmod-ata-artop \ + kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \ + kmod-fs-ext2 kmod-fs-ext3 +endef + +define Profile/DSMG600RevA/Description + Package set optimized for the DSM-G600 Rev A +endef +$(eval $(call Profile,DSMG600RevA)) + diff --git a/target/linux/ixp4xx/generic/profiles/500-USR8200.mk b/target/linux/ixp4xx/generic/profiles/500-USR8200.mk new file mode 100644 index 0000000..99cda13 --- /dev/null +++ b/target/linux/ixp4xx/generic/profiles/500-USR8200.mk @@ -0,0 +1,20 @@ +# +# Copyright (C) 2006-2008 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/USR8200 + NAME:=USRobotics USR8200 + PACKAGES:=-wpad-mini kmod-scsi-core \ + kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \ + kmod-fs-ext2 kmod-fs-ext3 \ + kmod-ieee1394 kmod-ohci1394 kmod-sbp2 +endef + +define Profile/USR8200/Description + Package set optimized for the USRobotics USR8200 +endef +$(eval $(call Profile,USR8200)) + diff --git a/target/linux/ixp4xx/generic/target.mk b/target/linux/ixp4xx/generic/target.mk new file mode 100644 index 0000000..f03e2a8 --- /dev/null +++ b/target/linux/ixp4xx/generic/target.mk @@ -0,0 +1,9 @@ +BOARDNAME:=Generic + +DEFAULT_PACKAGES+= wpad-mini + +define Target/Description + Build firmware images for ixp4xx based boards that boot from internal flash + (e.g : Linksys NSLU2, ...) +endef + |