From 010aec06194cff6b6619b8ca2155da4750d15bef Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 1 Aug 2012 12:24:52 +0000 Subject: ar71xx: Buffalo WLAE-AG300N initial support The patch set for Buffalo WLAE-AG300N initial support. There is another patch for wireless led support that is posted separately. Note on serial console: This unit has buffalo standard 4 pin console, but the unit may not power on if some console apparatus is connected. This is probably due to some electronic interaction between the unit's electronic power switch circuit and the serial console apparatus. If this happens, it is required to power on the unit without the console, then quickly (re-)attach it. [juhosg: fix coding style] Signed-off-by: Yoichi Shinoda SVN-Revision: 32931 --- target/linux/ar71xx/generic/profiles/buffalo.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'target/linux/ar71xx/generic') diff --git a/target/linux/ar71xx/generic/profiles/buffalo.mk b/target/linux/ar71xx/generic/profiles/buffalo.mk index afa47fb..887be26 100644 --- a/target/linux/ar71xx/generic/profiles/buffalo.mk +++ b/target/linux/ar71xx/generic/profiles/buffalo.mk @@ -83,3 +83,14 @@ define Profile/WHRHPGN/Description endef $(eval $(call Profile,WHRHPGN)) + +define Profile/WLAEAG300N + NAME:=Buffalo WLAE-AG300N + PACKAGES:=kmod-ledtrig-netdev +endef + +define Profile/WLAEAG300N/Description + Package set optimized for the Buffalo WLAE-AG300N +endef + +$(eval $(call Profile,WLAEAG300N)) -- cgit v1.1