diff options
author | John Crispin <blogic@openwrt.org> | 2014-04-06 09:21:44 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-04-06 09:21:44 +0000 |
commit | c9a7f5dfffa7d7719aff64f11ba1243123693f19 (patch) | |
tree | a963957a30178c71e11dadd006bec61fa751c49f /target/linux/lantiq | |
parent | 08dc8d04778a4f5e3ef7f6171c3dd7c6ce0c98e1 (diff) | |
download | upstream-c9a7f5dfffa7d7719aff64f11ba1243123693f19.tar.gz upstream-c9a7f5dfffa7d7719aff64f11ba1243123693f19.tar.bz2 upstream-c9a7f5dfffa7d7719aff64f11ba1243123693f19.zip |
lantiq: remove unmaintained code
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40392 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/Makefile | 4 | ||||
-rw-r--r-- | target/linux/lantiq/ase/config-default | 19 | ||||
-rw-r--r-- | target/linux/lantiq/ase/profiles/001-netgear.mk | 5 | ||||
-rw-r--r-- | target/linux/lantiq/ase/target.mk | 10 |
4 files changed, 2 insertions, 36 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index d7f75683e0..6653cc407f 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -7,9 +7,9 @@ include $(TOPDIR)/rules.mk BOARD:=lantiq -BOARDNAME:=Lantiq GPON/XWAY/SVIP +BOARDNAME:=Lantiq FEATURES:=squashfs ubifs -SUBTARGETS=xway xrx200 ase falcon +SUBTARGETS=xway xrx200 LINUX_VERSION:=3.10.34 diff --git a/target/linux/lantiq/ase/config-default b/target/linux/lantiq/ase/config-default deleted file mode 100644 index 79b559592a..0000000000 --- a/target/linux/lantiq/ase/config-default +++ /dev/null @@ -1,19 +0,0 @@ -CONFIG_AR8216_PHY=y -CONFIG_INPUT=y -CONFIG_INPUT_EVDEV=y -CONFIG_INPUT_POLLDEV=y -# CONFIG_ISDN is not set -# CONFIG_LANTIQ_PHY is not set -# CONFIG_M25PXX_USE_FAST_READ is not set -CONFIG_MTD_M25P80=y -# CONFIG_RTL8366_SMI is not set -CONFIG_SOC_AMAZON_SE=y -# CONFIG_SOC_XWAY is not set -CONFIG_SPI=y -CONFIG_SPI_BITBANG=y -CONFIG_SPI_MASTER=y -CONFIG_SPI_XWAY=y -# CONFIG_USB_ARCH_HAS_EHCI is not set -# CONFIG_USB_ARCH_HAS_OHCI is not set -# CONFIG_USB_ARCH_HAS_XHCI is not set -CONFIG_USB_SUPPORT=y diff --git a/target/linux/lantiq/ase/profiles/001-netgear.mk b/target/linux/lantiq/ase/profiles/001-netgear.mk deleted file mode 100644 index 3636d3889a..0000000000 --- a/target/linux/lantiq/ase/profiles/001-netgear.mk +++ /dev/null @@ -1,5 +0,0 @@ -define Profile/DGN1000B - NAME:=Netgear DGN1000B -endef - -$(eval $(call Profile,DGN1000B)) diff --git a/target/linux/lantiq/ase/target.mk b/target/linux/lantiq/ase/target.mk deleted file mode 100644 index a052dd2ce7..0000000000 --- a/target/linux/lantiq/ase/target.mk +++ /dev/null @@ -1,10 +0,0 @@ -ARCH:=mips -SUBTARGET:=ase -BOARDNAME:=Amazon-SE -FEATURES:=squashfs atm - -DEFAULT_PACKAGES+=kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl kmod-ltq-dsl-ase ltq-dsl-app - -define Target/Description - Lantiq ASE -endef |