diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-16 18:00:40 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-16 18:00:40 +0000 |
commit | 9db5393790c4483fe494597946ad7ef7c84d7589 (patch) | |
tree | 3a26c55b191efe2ffffc5016de221522091f9775 /target/linux/ar71xx/generic | |
parent | be8e44bc682b5dbf29121d3e0425a746a6a01977 (diff) |
ar71xx: add profile and generate image for the JA76PF2 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30958 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/generic')
-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 eb7bd6508..3f97dbf02 100644 --- a/target/linux/ar71xx/generic/profiles/jjplus.mk +++ b/target/linux/ar71xx/generic/profiles/jjplus.mk @@ -16,6 +16,17 @@ endef $(eval $(call Profile,JA76PF)) +define Profile/JA76PF2 + NAME:=jjPlus JA76PF2 + PACKAGES:= +endef + +define Profile/JA76PF2/Description + Package set optimized for the jjPlus JA76PF2 board. +endef + +$(eval $(call Profile,JA76PF2)) + define Profile/JWAP003 NAME:=jjPlus JWAP0003 PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 |