You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
435 B
20 lines
435 B
17 years ago
|
#
|
||
16 years ago
|
# Copyright (C) 2007-2008 OpenWrt.org
|
||
17 years ago
|
#
|
||
|
# This is free software, licensed under the GNU General Public License v2.
|
||
|
# See /LICENSE for more information.
|
||
|
#
|
||
|
|
||
|
define Profile/InternetBox
|
||
|
NAME:=T-Mobile "InternetBox"
|
||
|
PACKAGES:=kmod-madwifi \
|
||
|
ldconfig ldd \
|
||
16 years ago
|
ip tc wpa-supplicant wpa-cli
|
||
17 years ago
|
endef
|
||
|
|
||
|
define Profile/InternetBox/Description
|
||
|
Package set for the T-Mobile "InternetBox" (TMD SB1-S)
|
||
|
endef
|
||
|
|
||
|
$(eval $(call Profile,InternetBox))
|