aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rb532/base-files.mk
blob: afd1220c565f90e8a462b331d2e46167014e97f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
define Build/Compile
	$(call Build/Compile/Default)
	$(TARGET_CC) -o $(PKG_BUILD_DIR)/patch-cmdline $(PLATFORM_DIR)/src/patch-cmdline.c
endef

define Package/base-files/install-target
	mkdir -p $(1)/sbin
	$(CP) $(PKG_BUILD_DIR)/patch-cmdline $(1)/sbin
endef