Changeset 5931
- Timestamp:
- 03/25/10 18:16:20 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/branches/luci-0.9/contrib/package/luci/Makefile
r5930 r5931 241 241 242 242 243 NIXIO_TLS:= axtls243 NIXIO_TLS:=cyassl 244 244 245 245 define Package/luci-nixio … … 256 256 choice 257 257 prompt "TLS Provider" 258 default PACKAGE_luci-nixio_ axtls258 default PACKAGE_luci-nixio_cyassl 259 259 260 260 config PACKAGE_luci-nixio_axtls … … 271 271 endef 272 272 273 ifneq ($(CONFIG_PACKAGE_luci-nixio_axtls),) 274 NIXIO_TLS:=axtls 275 endif 276 273 277 ifneq ($(CONFIG_PACKAGE_luci-nixio_openssl),) 274 278 NIXIO_TLS:=openssl … … 304 308 define Package/luci-web 305 309 $(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 307 312 TITLE:=MVC Webframework 308 313 $(call Config,luci.main.lang,string,en,Default Language) … … 335 340 $(call Package/luci/fftemplate) 336 341 DEPENDS+= \ 337 +luci- lucid +luci-sgi-cgi+luci-app-splash \342 +luci-web +luci-app-splash \ 338 343 +luci-app-ffwizard-leipzig \ 339 344 +luci-i18n-german \ … … 668 673 $(call Package/luci/webservertemplate) 669 674 TITLE:=Binding for the uHTTPd server 670 DEPENDS+=+uhttpd 675 DEPENDS+=+uhttpd +px5g 671 676 endef 672 677 … … 679 684 define Package/luci-theme-base 680 685 $(call Package/luci/thtemplate) 681 DEPENDS:= +luci-web686 DEPENDS:= 682 687 TITLE:=Common base for all themes 683 688 endef
