Skip to content

Commit

Permalink
sqm-qos: update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Oct 11, 2023
1 parent dfe537b commit 12c0425
Show file tree
Hide file tree
Showing 18 changed files with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions trunk/user/sqm-qos/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
THISDIR = $(shell pwd)
all:
include $(ROOTDIR)/rules.mk

clean:
PKG_NAME:=sqm-qos

include $(INCLUDE_DIR)/package.mk

define Build/Prepare
endef

define Build/Configure
endef

define Build/Compile
endef

$(eval $(call BuildPackage,sqm-qos))

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

0 comments on commit 12c0425

Please sign in to comment.