aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/falcon/target.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-27 19:47:22 +0000
committerJohn Crispin <john@openwrt.org>2015-03-27 19:47:22 +0000
commit85bf288428ead65c427ae80f69fc7d8fbb26b46b (patch)
tree83682c36e8b8f6d61ba8492709e04a816d228cd9 /target/linux/lantiq/falcon/target.mk
parentddb5ab2acf902e7086fc0e395afb4da9f3b1cd79 (diff)
downloadupstream-85bf288428ead65c427ae80f69fc7d8fbb26b46b.tar.gz
upstream-85bf288428ead65c427ae80f69fc7d8fbb26b46b.tar.bz2
upstream-85bf288428ead65c427ae80f69fc7d8fbb26b46b.zip
lantiq: remove arphaned folder
the new buildbot was picking this up as a valid target. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45068
Diffstat (limited to 'target/linux/lantiq/falcon/target.mk')
-rw-r--r--target/linux/lantiq/falcon/target.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/lantiq/falcon/target.mk b/target/linux/lantiq/falcon/target.mk
deleted file mode 100644
index 14ac402473..0000000000
--- a/target/linux/lantiq/falcon/target.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-ARCH:=mips
-SUBTARGET:=falcon
-BOARDNAME:=Falcon
-FEATURES:=squashfs
-DEVICE_TYPE:=other
-
-DEFAULT_PACKAGES+= kmod-ifxos gpon-base-files kmod-leds-gpio kmod-ledtrig-heartbeat \
- kmod-gpon-optic-drv gpon-optic-drv kmod-gpon-onu-drv gpon-onu-drv \
- gpon-pe-firmware gpon-omci-api gpon-omci-onu gpon-luci
-
-define Target/Description
- Lantiq Falcon
-endef