summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/falcon/profiles/000-generic.mk
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-16 10:03:23 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-16 10:03:23 +0000
commit982709389c55b37e56c70844fce60f4eecefbec9 (patch)
tree2e830be085560db33807231ec414c77f52a7d764 /target/linux/lantiq/falcon/profiles/000-generic.mk
parent204ac7bdfecce85298aa40814cb5d46302dd548e (diff)
[lantiq] fix falcon profile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34713 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/falcon/profiles/000-generic.mk')
-rw-r--r--target/linux/lantiq/falcon/profiles/000-generic.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/lantiq/falcon/profiles/000-generic.mk b/target/linux/lantiq/falcon/profiles/000-generic.mk
deleted file mode 100644
index 480e58eef..000000000
--- a/target/linux/lantiq/falcon/profiles/000-generic.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-define Profile/Generic
- NAME:=Generic - all boards
- PACKAGES:= \
- kmod-dm9000 \
- kmod-i2c-core kmod-i2c-falcon-lantiq kmod-eeprom-at24 \
- kmod-spi-bitbang kmod-spi-gpio kmod-eeprom-at25 \
- gpon-dti-agent
-endef
-
-$(eval $(call Profile,Generic))
-
-