Remove remaining references to boa and lucid
This commit is contained in:
parent
91b97bc9f6
commit
bbb44cf245
3 changed files with 4 additions and 10 deletions
10
Makefile
10
Makefile
|
@ -60,9 +60,6 @@ sdk:
|
||||||
ucidefaults:
|
ucidefaults:
|
||||||
build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) "$(realpath host)/bin/uci-defaults --exclude luci-freifunk-*"
|
build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) "$(realpath host)/bin/uci-defaults --exclude luci-freifunk-*"
|
||||||
|
|
||||||
runhttpd: hostenv
|
|
||||||
build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) "lua build/lucid.lua"
|
|
||||||
|
|
||||||
runuhttpd: hostenv
|
runuhttpd: hostenv
|
||||||
cp $(realpath build)/luci.cgi $(realpath host)/www/cgi-bin/luci
|
cp $(realpath build)/luci.cgi $(realpath host)/www/cgi-bin/luci
|
||||||
build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) "$(realpath host)/usr/sbin/uhttpd -p 8080 -h $(realpath host)/www -f"
|
build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) "$(realpath host)/usr/sbin/uhttpd -p 8080 -h $(realpath host)/www -f"
|
||||||
|
@ -92,11 +89,8 @@ run:
|
||||||
# make run is deprecated #
|
# make run is deprecated #
|
||||||
# Please use: #
|
# Please use: #
|
||||||
# #
|
# #
|
||||||
# To run LuCI WebUI using LuCIttpd #
|
# To run LuCI WebUI using uhttpd #
|
||||||
# make runhttpd #
|
# make runuhttpd #
|
||||||
# #
|
|
||||||
# To run LuCI WebUI using Boa/Webuci #
|
|
||||||
# make runboa #
|
|
||||||
# #
|
# #
|
||||||
# To start a shell in the LuCI environment #
|
# To start a shell in the LuCI environment #
|
||||||
# make runshell #
|
# make runshell #
|
||||||
|
|
|
@ -262,7 +262,7 @@ define Build/Prepare
|
||||||
mkdir -p $(PKG_BUILD_DIR)
|
mkdir -p $(PKG_BUILD_DIR)
|
||||||
$(TAR) c -C $(LUCI_TOPDIR) . \
|
$(TAR) c -C $(LUCI_TOPDIR) . \
|
||||||
--exclude=.pc --exclude=.svn --exclude=.git \
|
--exclude=.pc --exclude=.svn --exclude=.git \
|
||||||
--exclude='boa-0*' --exclude='*.o' --exclude='*.so' \
|
--exclude='*.o' --exclude='*.so' \
|
||||||
--exclude=dist | \
|
--exclude=dist | \
|
||||||
tar x -C $(PKG_BUILD_DIR)/
|
tar x -C $(PKG_BUILD_DIR)/
|
||||||
$(call Build/Prepare/Default)
|
$(call Build/Prepare/Default)
|
||||||
|
|
|
@ -423,7 +423,7 @@ define Build/Prepare
|
||||||
mkdir -p $(PKG_BUILD_DIR)
|
mkdir -p $(PKG_BUILD_DIR)
|
||||||
$(TAR) c -C $(LUCI_TOPDIR) . \
|
$(TAR) c -C $(LUCI_TOPDIR) . \
|
||||||
--exclude=.pc --exclude=.svn --exclude=.git \
|
--exclude=.pc --exclude=.svn --exclude=.git \
|
||||||
--exclude='boa-0*' --exclude='*.o' --exclude='*.so' \
|
--exclude='*.o' --exclude='*.so' \
|
||||||
--exclude=dist | \
|
--exclude=dist | \
|
||||||
tar x -C $(PKG_BUILD_DIR)/
|
tar x -C $(PKG_BUILD_DIR)/
|
||||||
$(call Build/Prepare/Default)
|
$(call Build/Prepare/Default)
|
||||||
|
|
Loading…
Reference in a new issue