Show
Ignore:
Timestamp:
11/12/09 00:17:46 (4 years ago)
Author:
jow
Message:

contrib/package: add standard package collections to simplify choosing the right components

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/contrib/package/luci/Makefile

    r5516 r5534  
    8888endef 
    8989 
     90define Package/luci/collectiontemplate 
     91  $(call Package/luci/libtemplate) 
     92  SUBMENU:=Collections 
     93endef 
     94 
    9095 
    9196define Package/luci/install/template 
     
    959964endef 
    960965 
     966 
     967### Collections ### 
     968define Package/luci-kamikaze 
     969  $(call Package/luci/collectiontemplate) 
     970  TITLE:=Standard OpenWrt Kamikaze set including full and mini admin and the standard theme 
     971  DEPENDS:=+luci-admin-full +luci-admin-mini +luci-theme-openwrt +luci-app-firewall 
     972endef 
     973 
     974define Package/luci-light 
     975  $(call Package/luci/collectiontemplate) 
     976  TITLE:=Minimum package set using only admin mini and a theme without grafics 
     977  DEPENDS:=+luci-admin-mini +luci-theme-openwrtlight 
     978endef 
    961979 
    962980### Compile ### 
     
    12681286$(eval $(call BuildPackage,luci-i18n-spanish)) 
    12691287$(eval $(call BuildPackage,luci-i18n-vietnamese)) 
     1288 
     1289$(eval $(call BuildPackage,luci-kamikaze)) 
     1290$(eval $(call BuildPackage,luci-light))