diff options
author | John Crispin <john@openwrt.org> | 2014-04-06 09:21:44 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-04-06 09:21:44 +0000 |
commit | c821836395122a28b692fdfe7ba6446195848496 (patch) | |
tree | e9df2e0fa6c51695632fe355f0aff721863c3e2a /target/linux/lantiq/ase/target.mk | |
parent | 8f41856f1f2983ca91e58e1dfc947045e78016e5 (diff) | |
download | upstream-c821836395122a28b692fdfe7ba6446195848496.tar.gz upstream-c821836395122a28b692fdfe7ba6446195848496.tar.bz2 upstream-c821836395122a28b692fdfe7ba6446195848496.zip |
lantiq: remove unmaintained code
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40392
Diffstat (limited to 'target/linux/lantiq/ase/target.mk')
-rw-r--r-- | target/linux/lantiq/ase/target.mk | 10 |
1 files changed, 0 insertions, 10 deletions
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 |