diff options
author | John Crispin <john@openwrt.org> | 2015-03-27 19:47:22 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-27 19:47:22 +0000 |
commit | 85bf288428ead65c427ae80f69fc7d8fbb26b46b (patch) | |
tree | 83682c36e8b8f6d61ba8492709e04a816d228cd9 /target/linux/lantiq/falcon/target.mk | |
parent | ddb5ab2acf902e7086fc0e395afb4da9f3b1cd79 (diff) | |
download | upstream-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.mk | 13 |
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 |