Add a USES_TGZ config.in variable, so that RB1xx profiles can use it
[openwrt-10.03/.git] / target / linux / adm5120-2.6 / profiles / RB1xx.mk
1 #
2 # Copyright (C) 2006 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/RouterBoard
9   NAME:=RouterBoard RB1xx
10   PACKAGES:=kmod-madwifi
11   FEATURES+=tgz
12 endef
13
14 define Profile/RouterBoard/Description
15   Package set compatible with the RouterBoard RB1xx devices. Contains RouterOS to OpenWrt\\\
16   installation scripts.
17 endef
18 $(eval $(call Profile,RouterBoard))