diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-02-27 17:39:13 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-02-27 17:39:13 +0000 |
commit | 5a9b7c28c395195d6ccbe10557bec9ee6657e2ce (patch) | |
tree | 20d6fdbc6553e2d50f050e35acc55ecbb3bbbc41 /target/linux/brcm63xx/profiles | |
parent | 9a65e1a5706a9ae9ed45761fa78c863e5b811642 (diff) | |
download | upstream-5a9b7c28c395195d6ccbe10557bec9ee6657e2ce.tar.gz upstream-5a9b7c28c395195d6ccbe10557bec9ee6657e2ce.tar.bz2 upstream-5a9b7c28c395195d6ccbe10557bec9ee6657e2ce.zip |
brcm63xx: convert RTA1025 to dts
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 44562
Diffstat (limited to 'target/linux/brcm63xx/profiles')
-rw-r--r-- | target/linux/brcm63xx/profiles/dynalink.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/profiles/dynalink.mk b/target/linux/brcm63xx/profiles/dynalink.mk new file mode 100644 index 0000000000..9e36e9f30f --- /dev/null +++ b/target/linux/brcm63xx/profiles/dynalink.mk @@ -0,0 +1,15 @@ +# +# Copyright (C) 2015 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/RTA1025W + NAME:=Dynalink RTA1025W + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/RTA1025W/Description + Package set optimized for RTA1025W. +endef +$(eval $(call Profile,RTA1025W)) |