summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/ar9
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-12-15 02:01:08 +0000
committerJohn Crispin <john@openwrt.org>2012-12-15 02:01:08 +0000
commit3dac521a49dc1fba0484968ce0c0cb6bc406ab34 (patch)
tree1d684dbac81bc7d044a6ed52cbf3381c2f1a8a9d /target/linux/lantiq/ar9
parent1dece11487e937deb4691f73545c1403d018421d (diff)
downloadmaster-31e0f0ae-3dac521a49dc1fba0484968ce0c0cb6bc406ab34.tar.gz
master-31e0f0ae-3dac521a49dc1fba0484968ce0c0cb6bc406ab34.tar.bz2
master-31e0f0ae-3dac521a49dc1fba0484968ce0c0cb6bc406ab34.zip
remove 3.3 and 3.6
SVN-Revision: 34699
Diffstat (limited to 'target/linux/lantiq/ar9')
-rw-r--r--target/linux/lantiq/ar9/config-default48
-rw-r--r--target/linux/lantiq/ar9/profiles/000-generic.mk5
-rw-r--r--target/linux/lantiq/ar9/profiles/001-lantiq.mk10
-rw-r--r--target/linux/lantiq/ar9/profiles/002-netgear.mk11
-rw-r--r--target/linux/lantiq/ar9/profiles/003-buffalo.mk11
-rw-r--r--target/linux/lantiq/ar9/profiles/004-avm.mk7
-rw-r--r--target/linux/lantiq/ar9/profiles/005-zyxel.mk7
-rw-r--r--target/linux/lantiq/ar9/profiles/006-zte.mk7
-rw-r--r--target/linux/lantiq/ar9/target.mk12
9 files changed, 0 insertions, 118 deletions
diff --git a/target/linux/lantiq/ar9/config-default b/target/linux/lantiq/ar9/config-default
deleted file mode 100644
index c45826ff82..0000000000
--- a/target/linux/lantiq/ar9/config-default
+++ /dev/null
@@ -1,48 +0,0 @@
-CONFIG_ADM6996_PHY=y
-CONFIG_AR8216_PHY=y
-CONFIG_CLKDEV_LOOKUP=y
-CONFIG_FSNOTIFY=y
-CONFIG_HAVE_MACH_CLKDEV=y
-CONFIG_HOTPLUG_PCI=y
-# CONFIG_HOTPLUG_PCI_CPCI is not set
-CONFIG_HOTPLUG_PCI_FAKE=y
-# CONFIG_HOTPLUG_PCI_SHPC is not set
-CONFIG_HW_HAS_PCI=y
-CONFIG_INPUT=y
-CONFIG_INPUT_EVDEV=y
-CONFIG_INPUT_POLLDEV=y
-CONFIG_IRQ_FORCED_THREADING=y
-# CONFIG_ISDN is not set
-CONFIG_LANTIQ_ETOP=y
-# CONFIG_LANTIQ_MACH_ARV is not set
-# CONFIG_LANTIQ_MACH_EASY50712 is not set
-CONFIG_LANTIQ_MACH_FRITZ_AR9=y
-# CONFIG_LANTIQ_MACH_FRITZ_VR9 is not set
-# CONFIG_LANTIQ_MACH_GIGASX76X is not set
-CONFIG_LANTIQ_MACH_H201L=y
-CONFIG_LANTIQ_MACH_NETGEAR=y
-CONFIG_LANTIQ_MACH_P2601HNFX=y
-CONFIG_LANTIQ_MACH_WBMR=y
-# CONFIG_LANTIQ_VRX200 is not set
-CONFIG_M25PXX_USE_FAST_READ=y
-CONFIG_MDIO_BOARDINFO=y
-CONFIG_MTD_BLOCK2MTD=y
-CONFIG_MTD_M25P80=y
-CONFIG_PCI=y
-# CONFIG_PCIEPORTBUS is not set
-# CONFIG_PCIE_LANTIQ is not set
-CONFIG_PCI_DOMAINS=y
-CONFIG_PCI_LANTIQ=y
-# CONFIG_PCI_LANTIQ_NONE is not set
-CONFIG_RTL8306_PHY=y
-# CONFIG_SOC_AMAZON_SE is not set
-# CONFIG_SOC_FALCON is not set
-# CONFIG_SOC_SVIP is not set
-CONFIG_SOC_TYPE_XWAY=y
-CONFIG_SOC_XWAY=y
-CONFIG_SPI=y
-CONFIG_SPI_BITBANG=y
-CONFIG_SPI_GPIO=y
-CONFIG_SPI_MASTER=y
-CONFIG_USB_ARCH_HAS_XHCI=y
-CONFIG_USB_SUPPORT=y
diff --git a/target/linux/lantiq/ar9/profiles/000-generic.mk b/target/linux/lantiq/ar9/profiles/000-generic.mk
deleted file mode 100644
index a8346a7466..0000000000
--- a/target/linux/lantiq/ar9/profiles/000-generic.mk
+++ /dev/null
@@ -1,5 +0,0 @@
-define Profile/Generic
- NAME:=Generic - all boards
-endef
-
-$(eval $(call Profile,Generic))
diff --git a/target/linux/lantiq/ar9/profiles/001-lantiq.mk b/target/linux/lantiq/ar9/profiles/001-lantiq.mk
deleted file mode 100644
index a1fc2d24b2..0000000000
--- a/target/linux/lantiq/ar9/profiles/001-lantiq.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-define Profile/EASY50812
- NAME:=EASY50812 - Eval Board
- PACKAGES:= kmod-usb-core kmod-usb-dwc-otg
-endef
-
-define Profile/EASY50812/Description
- Lantiq EASY50812 evalkit
-endef
-
-$(eval $(call Profile,EASY50812))
diff --git a/target/linux/lantiq/ar9/profiles/002-netgear.mk b/target/linux/lantiq/ar9/profiles/002-netgear.mk
deleted file mode 100644
index 928dc8e55c..0000000000
--- a/target/linux/lantiq/ar9/profiles/002-netgear.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-define Profile/DGN3500B
- NAME:=DGN3500B Netgear
- PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ath9k kmod-ltq-dsl-firmware-b-ar9
-endef
-
-define Profile/DGN3500B/Description
- Netgear DGN3500B
-endef
-
-$(eval $(call Profile,DGN3500B))
-
diff --git a/target/linux/lantiq/ar9/profiles/003-buffalo.mk b/target/linux/lantiq/ar9/profiles/003-buffalo.mk
deleted file mode 100644
index ea2c03e723..0000000000
--- a/target/linux/lantiq/ar9/profiles/003-buffalo.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-define Profile/WBMR
- NAME:=WBMR - Buffalo WBMR-HP-G300H
- PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ledtrig-usbdev \
- kmod-ltq-dsl-firmware-b-ar9
-endef
-
-define Profile/WBMR/Description
- Package set optimized for the Buffalo WBMR routers
-endef
-
-$(eval $(call Profile,WBMR))
diff --git a/target/linux/lantiq/ar9/profiles/004-avm.mk b/target/linux/lantiq/ar9/profiles/004-avm.mk
deleted file mode 100644
index e424d6aaa7..0000000000
--- a/target/linux/lantiq/ar9/profiles/004-avm.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-define Profile/FRITZ7320
- NAME:=FRITZ7320 Fritzbox
- PACKAGES:= kmod-usb-core kmod-usb-ifxhcd kmod-ledtrig-usbdev \
- kmod-ltq-dsl-firmware-b-ar9 kmod-ath9k wpad-mini
-endef
-
-$(eval $(call Profile,FRITZ7320))
diff --git a/target/linux/lantiq/ar9/profiles/005-zyxel.mk b/target/linux/lantiq/ar9/profiles/005-zyxel.mk
deleted file mode 100644
index 8b1384c675..0000000000
--- a/target/linux/lantiq/ar9/profiles/005-zyxel.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-define Profile/P2601HNFX
- NAME:=P2601HNFX - ZyXEL P-2601HN-Fx
- PACKAGES:= kmod-usb-dwc-otg kmod-rt2800-usb wpad-mini \
- kmod-ltq-dsl-firmware-b-ar9
-endef
-
-$(eval $(call Profile,P2601HNFX))
diff --git a/target/linux/lantiq/ar9/profiles/006-zte.mk b/target/linux/lantiq/ar9/profiles/006-zte.mk
deleted file mode 100644
index c83890fb14..0000000000
--- a/target/linux/lantiq/ar9/profiles/006-zte.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-define Profile/H201L
- NAME:=H201L - ZTE ZXV10
- PACKAGES:= kmod-usb-dwc-otg kmod-ath9k-htc wpad-mini \
- kmod-ltq-dsl-firmware-b-ar9
-endef
-
-$(eval $(call Profile,H201L))
diff --git a/target/linux/lantiq/ar9/target.mk b/target/linux/lantiq/ar9/target.mk
deleted file mode 100644
index cb57b882c7..0000000000
--- a/target/linux/lantiq/ar9/target.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-ARCH:=mips
-SUBTARGET:=ar9
-BOARDNAME:=AR9
-FEATURES:=squashfs jffs2 atm
-
-DEFAULT_PACKAGES+=kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl kmod-ltq-dsl-ar9 ltq-dsl-app \
- kmod-input-gpio-keys-polled kmod-ledtrig-netdev kmod-leds-gpio kmod-button-hotplug \
- swconfig
-
-define Target/Description
- Lantiq AR9
-endef