Changeset 6284
- Timestamp:
- 10/12/10 06:22:38 (3 years ago)
- Location:
- luci/trunk
- Files:
-
- 1 modified
- 1 moved
-
contrib/package/luci/Makefile (modified) (5 diffs)
-
libs/web/luasrc/http (moved) (moved from luci/trunk/libs/http/luasrc/http)
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/contrib/package/luci/Makefile
r6283 r6284 180 180 181 181 182 define Package/luci-http183 $(call Package/luci/libtemplate)184 TITLE:=HTTP Protocol implementation185 endef186 187 define Package/luci-http/install188 $(call Package/luci/install/template,$(1),libs/http)189 endef190 191 192 182 define Package/luci-httpclient 193 183 $(call Package/luci/libtemplate) 194 184 TITLE:=HTTP(S) client library 195 DEPENDS+=+luci- http+luci-nixio185 DEPENDS+=+luci-web +luci-nixio 196 186 endef 197 187 … … 245 235 $(call Package/luci/webservertemplate) 246 236 TITLE:=LuCId Full-Stack Webserver 247 DEPENDS+=+luci-nixio +luci- http+luci-px5g237 DEPENDS+=+luci-nixio +luci-web +luci-px5g 248 238 endef 249 239 … … 326 316 define Package/luci-web 327 317 $(call Package/luci/libtemplate) 328 DEPENDS+=+luci- http +luci-sys +luci-nixio +luci-uci \318 DEPENDS+=+luci-sys +luci-nixio +luci-uci \ 329 319 +luci-sgi-cgi +luci-lmo 330 320 TITLE:=MVC Webframework … … 1062 1052 PKG_SELECTED_MODULES+=libs/fastindex 1063 1053 endif 1064 ifneq ($(CONFIG_PACKAGE_luci-http),)1065 PKG_SELECTED_MODULES+=libs/http1066 endif1067 1054 ifneq ($(CONFIG_PACKAGE_luci-httpclient),) 1068 1055 PKG_SELECTED_MODULES+=libs/httpclient … … 1298 1285 $(eval $(call BuildPackage,luci-core)) 1299 1286 $(eval $(call BuildPackage,luci-fastindex)) 1300 $(eval $(call BuildPackage,luci-http))1301 1287 $(eval $(call BuildPackage,luci-httpclient)) 1302 1288 $(eval $(call BuildPackage,luci-ipkg))
