diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-11-24 14:44:19 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-11-24 14:44:19 +0000 |
commit | f7eeed1a1f078c7a04eb5945e80b588c38a9b6ce (patch) | |
tree | 47ac79cccba5e43c8613d3c0f34a878a88344938 /target/linux/brcm63xx/profiles | |
parent | 15ac6e29eb088b55acc8fbd71a1cc89e3bcd8308 (diff) | |
download | upstream-f7eeed1a1f078c7a04eb5945e80b588c38a9b6ce.tar.gz upstream-f7eeed1a1f078c7a04eb5945e80b588c38a9b6ce.tar.bz2 upstream-f7eeed1a1f078c7a04eb5945e80b588c38a9b6ce.zip |
brcm63xx: Add DT support for A226G/M
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43359 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/profiles')
-rw-r--r-- | target/linux/brcm63xx/profiles/pirelli.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/profiles/pirelli.mk b/target/linux/brcm63xx/profiles/pirelli.mk index c06852eaf2..58617199d0 100644 --- a/target/linux/brcm63xx/profiles/pirelli.mk +++ b/target/linux/brcm63xx/profiles/pirelli.mk @@ -5,6 +5,25 @@ # See /LICENSE for more information. # +define Profile/A226G + NAME:=Pirelli A226G + PACKAGES:=kmod-b43 wpad-mini\ + kmod-usb2 kmod-usb-ohci +endef +define Profile/A226G/Description + Package set optimized for A226G. +endef +$(eval $(call Profile,A226G)) + +define Profile/A226M + NAME:=Pirelli A226M/A226M-FWB + PACKAGES:=kmod-usb2 kmod-usb-ohci +endef +define Profile/A226M/Description + Package set optimized for A226M/A226M-FWB. +endef +$(eval $(call Profile,A226M)) + define Profile/AGPF_S0 NAME:=Pirelli Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0 PACKAGES:=kmod-b43 wpad-mini\ |