diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-07-19 17:58:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-07-19 17:58:27 +0000 |
commit | d26e8d9439052ed8f433b6ffb15a5f0c54712121 (patch) | |
tree | cd6b1f6b93e55c3950f9794ae27a27804fb4588c /target/linux/ar71xx/generic/profiles/linksys.mk | |
parent | 0fc6755f66c842c2b25768bf954fdf60355c21e0 (diff) | |
download | upstream-d26e8d9439052ed8f433b6ffb15a5f0c54712121.tar.gz upstream-d26e8d9439052ed8f433b6ffb15a5f0c54712121.tar.bz2 upstream-d26e8d9439052ed8f433b6ffb15a5f0c54712121.zip |
Revert "ar71xx: Add support for Cisco-Linksys WAP4410N" (r46250)
The commit is incomplete, it does not even build the mach-* file
This reverts commit 6e6adcf7a197b1802cb728ddcccf05f890ca0574
SVN-Revision: 46425
Diffstat (limited to 'target/linux/ar71xx/generic/profiles/linksys.mk')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/linksys.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/ar71xx/generic/profiles/linksys.mk b/target/linux/ar71xx/generic/profiles/linksys.mk index 0a7a89768b..bedf3a3d49 100644 --- a/target/linux/ar71xx/generic/profiles/linksys.mk +++ b/target/linux/ar71xx/generic/profiles/linksys.mk @@ -23,15 +23,5 @@ define Profile/WRT400N/Description Package set optimized for the Linksys WRT400N. endef -define Profile/WAP4410N - NAME:=Linksys WAP4410N - PACKAGES:= -endef - -define Profile/WAP4410N/Description - Package set optimized for the Linksys WAP4410N. -endef - $(eval $(call Profile,WRT160NL)) $(eval $(call Profile,WRT400N)) -$(eval $(call Profile,WAP4410N)) |