Skip to content

Commit 12c0425

Browse files
committed
sqm-qos: update Makefile
1 parent dfe537b commit 12c0425

18 files changed

Lines changed: 16 additions & 7 deletions

trunk/user/sqm-qos/Makefile

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1-
THISDIR = $(shell pwd)
2-
all:
1+
include $(ROOTDIR)/rules.mk
32

4-
clean:
3+
PKG_NAME:=sqm-qos
4+
5+
include $(INCLUDE_DIR)/package.mk
6+
7+
define Build/Prepare
8+
endef
9+
10+
define Build/Configure
11+
endef
12+
13+
define Build/Compile
14+
endef
15+
16+
$(eval $(call BuildPackage,sqm-qos))
517

618
romfs:
7-
$(ROMFSINST) $(THISDIR)/sqm.conf /etc_ro/sqm.conf
8-
chmod -R +x scripts/
9-
mkdir -p $(INSTALLDIR)/usr/lib/sqm
10-
$(ROMFSINST) $(THISDIR)/scripts/ /usr/lib/sqm
19+
$(CP) ./files/* $(ROMFSDIR)/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

trunk/user/sqm-qos/scripts/piece_of_cake.qos.help renamed to trunk/user/sqm-qos/files/usr/lib/sqm/piece_of_cake.qos.help

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)