OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 #
2 # Copyright (C) 2006-2009 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/Geos
9 NAME:=Geos
10 PACKAGES:= \
11 soloscli linux-atm br2684ctl ppp-mod-pppoa pppdump pppstats \
12 hwclock flashrom tc kmod-pppoa kmod-8139cp kmod-mppe \
13 kmod-usb-ohci-pci kmod-hwmon-lm90
14 endef
15  
16 define Profile/Geos/Description
17 Traverse Technologies Geos ADSL router
18 endef
19 $(eval $(call Profile,Geos))