Changeset 5534 for luci/trunk/contrib/package/luci/Makefile
- Timestamp:
- 11/12/09 00:17:46 (4 years ago)
- Files:
-
- 1 modified
-
luci/trunk/contrib/package/luci/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/contrib/package/luci/Makefile
r5516 r5534 88 88 endef 89 89 90 define Package/luci/collectiontemplate 91 $(call Package/luci/libtemplate) 92 SUBMENU:=Collections 93 endef 94 90 95 91 96 define Package/luci/install/template … … 959 964 endef 960 965 966 967 ### Collections ### 968 define 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 972 endef 973 974 define 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 978 endef 961 979 962 980 ### Compile ### … … 1268 1286 $(eval $(call BuildPackage,luci-i18n-spanish)) 1269 1287 $(eval $(call BuildPackage,luci-i18n-vietnamese)) 1288 1289 $(eval $(call BuildPackage,luci-kamikaze)) 1290 $(eval $(call BuildPackage,luci-light))
