Changeset 5931

Show
Ignore:
Timestamp:
03/25/10 18:16:20 (3 years ago)
Author:
jow
Message:

luci-0.9: merge r5908-r5911

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/branches/luci-0.9/contrib/package/luci/Makefile

    r5930 r5931  
    241241 
    242242 
    243 NIXIO_TLS:=axtls 
     243NIXIO_TLS:=cyassl 
    244244 
    245245define Package/luci-nixio 
     
    256256    choice 
    257257        prompt "TLS Provider" 
    258         default PACKAGE_luci-nixio_axtls 
     258        default PACKAGE_luci-nixio_cyassl 
    259259 
    260260        config PACKAGE_luci-nixio_axtls 
     
    271271endef 
    272272 
     273ifneq ($(CONFIG_PACKAGE_luci-nixio_axtls),) 
     274  NIXIO_TLS:=axtls 
     275endif 
     276 
    273277ifneq ($(CONFIG_PACKAGE_luci-nixio_openssl),) 
    274278  NIXIO_TLS:=openssl 
     
    304308define Package/luci-web 
    305309  $(call Package/luci/libtemplate) 
    306   DEPENDS+=+luci-http +luci-sys +luci-uci +luci-lucid +luci-sgi-cgi +luci-lmo 
     310  DEPENDS+=+luci-http +luci-sys +luci-nixio +luci-uci \ 
     311    +luci-sgi-cgi +luci-sgi-uhttpd +luci-lmo 
    307312  TITLE:=MVC Webframework 
    308313  $(call Config,luci.main.lang,string,en,Default Language) 
     
    335340  $(call Package/luci/fftemplate) 
    336341  DEPENDS+= \ 
    337    +luci-lucid +luci-sgi-cgi +luci-app-splash \ 
     342   +luci-web +luci-app-splash \ 
    338343   +luci-app-ffwizard-leipzig \ 
    339344   +luci-i18n-german \ 
     
    668673  $(call Package/luci/webservertemplate) 
    669674  TITLE:=Binding for the uHTTPd server 
    670   DEPENDS+=+uhttpd 
     675  DEPENDS+=+uhttpd +px5g 
    671676endef 
    672677 
     
    679684define Package/luci-theme-base 
    680685  $(call Package/luci/thtemplate) 
    681   DEPENDS:=+luci-web 
     686  DEPENDS:= 
    682687  TITLE:=Common base for all themes 
    683688endef