Changeset 3875

Show
Ignore:
Timestamp:
12/08/08 00:56:05 (4 years ago)
Author:
jow
Message:

tags/v0.8.2: enable all packages

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/tags/0.8.2/contrib/package/luci/Makefile

    r3874 r3875  
    439439endef 
    440440 
    441 #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 
     441define Package/luci-app-polipo 
     442  $(call Package/luci/webtemplate) 
     443  TITLE:=LuCI Support for the Polipo Proxy 
     444  DEPENDS+=+luci-admin-core +polipo 
     445endef 
     446 
     447define Package/luci-app-polipo/install 
     448        $(call Package/luci/install/template,$(1),applications/luci-polipo) 
     449endef 
    450450 
    451451 
     
    463463 
    464464### Themes ### 
    465 #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 
     465define Package/luci-theme-base 
     466  $(call Package/luci/thtemplate) 
     467  DEPENDS:=+luci-web 
     468  TITLE:=Common base for all themes 
     469endef 
     470 
     471define Package/luci-theme-base/install 
     472    $(call Package/luci/install/template,$(1),themes/base) 
     473endef 
    474474 
    475475define Package/luci-theme-openwrt 
    476476  $(call Package/luci/thtemplate) 
    477477  TITLE:=OpenWrt.org (default) 
    478 # DEPENDS:=+luci-theme-base 
     478  DEPENDS:=+luci-theme-base 
    479479endef 
    480480 
     
    486486  $(call Package/luci/thtemplate) 
    487487  TITLE:=OpenWrt.org - light variant without images 
    488 # DEPENDS:=+luci-theme-base 
     488  DEPENDS:=+luci-theme-base 
    489489endef 
    490490 
     
    636636       PKG_SELECTED_MODULES+=applications/luci-livestats 
    637637endif 
    638 #ifneq ($(CONFIG_PACKAGE_luci-app-polipo),) 
    639 #       PKG_SELECTED_MODULES+=applications/luci-polipo 
    640 #endif 
     638ifneq ($(CONFIG_PACKAGE_luci-app-polipo),) 
     639       PKG_SELECTED_MODULES+=applications/luci-polipo 
     640endif 
    641641 
    642642 
     
    646646 
    647647 
    648 #ifneq ($(CONFIG_PACKAGE_luci-theme-base),) 
    649 #   PKG_SELECTED_MODULES+=themes/base 
    650 #endif 
     648ifneq ($(CONFIG_PACKAGE_luci-theme-base),) 
     649    PKG_SELECTED_MODULES+=themes/base 
     650endif 
    651651ifneq ($(CONFIG_PACKAGE_luci-theme-openwrt),) 
    652652    PKG_SELECTED_MODULES+=themes/openwrt.org 
     
    713713$(eval $(call BuildPackage,luci-app-initmgr)) 
    714714$(eval $(call BuildPackage,luci-app-livestats)) 
    715 #$(eval $(call BuildPackage,luci-app-polipo)) 
     715$(eval $(call BuildPackage,luci-app-polipo)) 
    716716 
    717717$(eval $(call BuildPackage,luci-sgi-cgi)) 
    718718 
    719 #$(eval $(call BuildPackage,luci-theme-base)) 
     719$(eval $(call BuildPackage,luci-theme-base)) 
    720720$(eval $(call BuildPackage,luci-theme-openwrt)) 
    721721$(eval $(call BuildPackage,luci-theme-openwrtlight))