2
0
forked from Ivasoft/openwrt

ar71xx: add a new subtarget for nand based devices - saves around 44k on the lzma compressed generic kernel image

SVN-Revision: 21396
This commit is contained in:
Felix Fietkau
2010-05-07 16:20:32 +00:00
parent 0f7864456a
commit 2598c32f06
25 changed files with 61 additions and 36 deletions

View File

@@ -0,0 +1,17 @@
#
# Copyright (C) 2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/WZRHPG300NH
NAME:=Buffalo WZR-HP-G300NH
PACKAGES:=kmod-ath9k wpad-mini kmod-usb-core kmod-usb2
endef
define Profile/WZRHPG300NH/Description
Package set optimized for the Buffalo WZR-HP-G300NH
endef
$(eval $(call Profile,WZRHPG300NH))