Skip to content

Commit

Permalink
Makefile: Remove luci install rules
Browse files Browse the repository at this point in the history
The luci app is kept in the openwrt luci repository now, so let's get rid
of the luci install rules.

Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
  • Loading branch information
tohojo committed Nov 30, 2020
1 parent 741af09 commit 7754d2d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ PREFIX:=/usr
DESTDIR:=
PLATFORM:=linux
PKG_CONFIG:=$(shell which pkg-config 2>/dev/null)
LUCI_DIR:=$(DESTDIR)$(PREFIX)/lib/lua/luci
UNIT_DIR:=$(if $(PKG_CONFIG),\
$(DESTDIR)$(shell $(PKG_CONFIG) --variable systemdsystemunitdir systemd),\
$(DESTDIR)$(PREFIX)/lib/systemd/system)
Expand Down Expand Up @@ -44,10 +43,3 @@ install-lib:
install -m 0744 src/start-sqm src/stop-sqm src/update-available-qdiscs \
$(DESTDIR)$(PREFIX)/lib/sqm

.PHONY: install-luci
install-luci:
install -m 0755 -d $(LUCI_DIR)/controller $(LUCI_DIR)/model/cbi
install -m 0644 luci/sqm-controller.lua $(LUCI_DIR)/controller/sqm.lua
install -m 0644 luci/sqm-cbi.lua $(LUCI_DIR)/model/cbi/sqm.lua
install -m 0755 -d $(DESTDIR)/etc/uci-defaults
install -m 0755 luci/uci-defaults-sqm $(DESTDIR)/etc/uci-defaults/luci-sqm

0 comments on commit 7754d2d

Please sign in to comment.