Changeset 3875
- Timestamp:
- 12/08/08 00:56:05 (4 years ago)
- Files:
-
- 1 modified
-
luci/tags/0.8.2/contrib/package/luci/Makefile (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
luci/tags/0.8.2/contrib/package/luci/Makefile
r3874 r3875 439 439 endef 440 440 441 #define Package/luci-app-polipo442 #$(call Package/luci/webtemplate)443 #TITLE:=LuCI Support for the Polipo Proxy444 #DEPENDS+=+luci-admin-core +polipo445 #endef446 447 #define Package/luci-app-polipo/install448 #$(call Package/luci/install/template,$(1),applications/luci-polipo)449 #endef441 define Package/luci-app-polipo 442 $(call Package/luci/webtemplate) 443 TITLE:=LuCI Support for the Polipo Proxy 444 DEPENDS+=+luci-admin-core +polipo 445 endef 446 447 define Package/luci-app-polipo/install 448 $(call Package/luci/install/template,$(1),applications/luci-polipo) 449 endef 450 450 451 451 … … 463 463 464 464 ### Themes ### 465 #define Package/luci-theme-base466 #$(call Package/luci/thtemplate)467 #DEPENDS:=+luci-web468 #TITLE:=Common base for all themes469 #endef470 # 471 #define Package/luci-theme-base/install472 #$(call Package/luci/install/template,$(1),themes/base)473 #endef465 define Package/luci-theme-base 466 $(call Package/luci/thtemplate) 467 DEPENDS:=+luci-web 468 TITLE:=Common base for all themes 469 endef 470 471 define Package/luci-theme-base/install 472 $(call Package/luci/install/template,$(1),themes/base) 473 endef 474 474 475 475 define Package/luci-theme-openwrt 476 476 $(call Package/luci/thtemplate) 477 477 TITLE:=OpenWrt.org (default) 478 #DEPENDS:=+luci-theme-base478 DEPENDS:=+luci-theme-base 479 479 endef 480 480 … … 486 486 $(call Package/luci/thtemplate) 487 487 TITLE:=OpenWrt.org - light variant without images 488 #DEPENDS:=+luci-theme-base488 DEPENDS:=+luci-theme-base 489 489 endef 490 490 … … 636 636 PKG_SELECTED_MODULES+=applications/luci-livestats 637 637 endif 638 #ifneq ($(CONFIG_PACKAGE_luci-app-polipo),)639 #PKG_SELECTED_MODULES+=applications/luci-polipo640 #endif638 ifneq ($(CONFIG_PACKAGE_luci-app-polipo),) 639 PKG_SELECTED_MODULES+=applications/luci-polipo 640 endif 641 641 642 642 … … 646 646 647 647 648 #ifneq ($(CONFIG_PACKAGE_luci-theme-base),)649 #PKG_SELECTED_MODULES+=themes/base650 #endif648 ifneq ($(CONFIG_PACKAGE_luci-theme-base),) 649 PKG_SELECTED_MODULES+=themes/base 650 endif 651 651 ifneq ($(CONFIG_PACKAGE_luci-theme-openwrt),) 652 652 PKG_SELECTED_MODULES+=themes/openwrt.org … … 713 713 $(eval $(call BuildPackage,luci-app-initmgr)) 714 714 $(eval $(call BuildPackage,luci-app-livestats)) 715 #$(eval $(call BuildPackage,luci-app-polipo))715 $(eval $(call BuildPackage,luci-app-polipo)) 716 716 717 717 $(eval $(call BuildPackage,luci-sgi-cgi)) 718 718 719 #$(eval $(call BuildPackage,luci-theme-base))719 $(eval $(call BuildPackage,luci-theme-base)) 720 720 $(eval $(call BuildPackage,luci-theme-openwrt)) 721 721 $(eval $(call BuildPackage,luci-theme-openwrtlight))
