diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-12-10 17:57:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-12-10 17:57:51 +0000 |
commit | b680f088ba6f7e5982143db351d1f817bffbf86d (patch) | |
tree | c41566c7862f25cccb01d10f66a3fb4c756235b1 /target/linux/ar71xx/generic/profiles | |
parent | 5b0c83edd9b5f8286dfbf31fc7b6e0993a9fe91a (diff) | |
download | upstream-b680f088ba6f7e5982143db351d1f817bffbf86d.tar.gz upstream-b680f088ba6f7e5982143db351d1f817bffbf86d.tar.bz2 upstream-b680f088ba6f7e5982143db351d1f817bffbf86d.zip |
ar71xx: add support for the jjPlus JA79PF
Patch-by: Cezary Jackiewicz
SVN-Revision: 24440
Diffstat (limited to 'target/linux/ar71xx/generic/profiles')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/jjplus.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/jjplus.mk b/target/linux/ar71xx/generic/profiles/jjplus.mk index b74d7a5fbb..13fde805e3 100644 --- a/target/linux/ar71xx/generic/profiles/jjplus.mk +++ b/target/linux/ar71xx/generic/profiles/jjplus.mk @@ -5,6 +5,17 @@ # See /LICENSE for more information. # +define Profile/JA76PF + NAME:=jjPlus JA76PF + PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-hwmon-core kmod-i2c-core kmod-hwmon-lm75 +endef + +define Profile/JA76PF/Description + Package set optimized for the jjPlus JA76PF board. +endef + +$(eval $(call Profile,JA76PF)) + define Profile/JWAP003 NAME:=jjPlus JWAP0003 PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 |