diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-06-01 02:23:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-06-01 02:23:30 +0000 |
commit | d45f8cb7f67d12d28d31fcd6061522587d191622 (patch) | |
tree | 1aa4222d1745561f37df6f7113e31edf4b488a65 /target/linux/ar71xx/generic/profiles | |
parent | 7d86f5c1698fa37768bb1b0532f05e16cc6b0ea6 (diff) | |
download | upstream-d45f8cb7f67d12d28d31fcd6061522587d191622.tar.gz upstream-d45f8cb7f67d12d28d31fcd6061522587d191622.tar.bz2 upstream-d45f8cb7f67d12d28d31fcd6061522587d191622.zip |
ar71xx: add profile and image building code for wzr-hp-ag300h
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27076 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/generic/profiles')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/buffalo.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/buffalo.mk b/target/linux/ar71xx/generic/profiles/buffalo.mk index 59ddd86cb3..5d9bab5406 100644 --- a/target/linux/ar71xx/generic/profiles/buffalo.mk +++ b/target/linux/ar71xx/generic/profiles/buffalo.mk @@ -15,3 +15,14 @@ define Profile/WZRHPG30XNH/Description endef $(eval $(call Profile,WZRHPG30XNH)) + +define Profile/WZRHPAG300H + NAME:=Buffalo WZR-HP-AG300H + PACKAGES:=kmod-ath9k wpad-mini kmod-usb-ohci kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev +endef + +define Profile/WZRHPG30XNH/Description + Package set optimized for the Buffalo WZR-HP-AG300H +endef + +$(eval $(call Profile,WZRHPAG300H)) |