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 | 5d0e74a39399f148e9e5135e904898893ef1c0ee (patch) | |
tree | 158d1a66fcbc41ac24e54d42f83560f2f6a83f62 /target/linux/ar71xx/generic/profiles | |
parent | 11f383a3dc86e146547fe605eabd4cc707a20ec3 (diff) | |
download | upstream-5d0e74a39399f148e9e5135e904898893ef1c0ee.tar.gz upstream-5d0e74a39399f148e9e5135e904898893ef1c0ee.tar.bz2 upstream-5d0e74a39399f148e9e5135e904898893ef1c0ee.zip |
ar71xx: add support for the jjPlus JA79PF
Patch-by: Cezary Jackiewicz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24440 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |