OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 19... Line 19...
19 define Package/nvram 19 define Package/nvram
20 SECTION:=utils 20 SECTION:=utils
21 CATEGORY:=Base system 21 CATEGORY:=Base system
22 TITLE:=Userspace port of the Broadcom NVRAM manipulation tool 22 TITLE:=Userspace port of the Broadcom NVRAM manipulation tool
23 MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org> 23 MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org>
24 DEPENDS:=@TARGET_brcm47xx||@TARGET_bcm53xx||@TARGET_ar71xx||@TARGET_ath79 24 DEPENDS:=@TARGET_brcm47xx||@TARGET_bcm53xx||@TARGET_ar71xx
25 endef 25 endef
Line 26... Line 26...
26   26  
27 define Package/nvram/description 27 define Package/nvram/description
28 This package contains an utility to manipulate NVRAM on Broadcom based devices. 28 This package contains an utility to manipulate NVRAM on Broadcom based devices.