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 | 625ac75f09f72d599c42b5a9f26374b84baafec7 (patch) | |
tree | 150108e0f1c377e39d89b5987fdb99fb0a973155 /target/linux/ar71xx/generic | |
parent | 65b6f3472d61313df9f81005a8ef52f753a352b4 (diff) | |
download | master-187ad058-625ac75f09f72d599c42b5a9f26374b84baafec7.tar.gz master-187ad058-625ac75f09f72d599c42b5a9f26374b84baafec7.tar.bz2 master-187ad058-625ac75f09f72d599c42b5a9f26374b84baafec7.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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46425 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/generic')
-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)) |