projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ar71xx: WNR1000v2: enable control of all LEDs and buttons
[openwrt.git]
/
target
/
linux
/
rb532
/
base-files.mk
1
define Build/Compile
2
$(call Build/Compile/Default)
3
$(TARGET_CC) -o $(PKG_BUILD_DIR)/patch-cmdline $(PLATFORM_DIR)/src/patch-cmdline.c
4
endef
5
6
define Package/base-files/install-target
7
mkdir -p $(1)/sbin
8
$(CP) $(PKG_BUILD_DIR)/patch-cmdline $(1)/sbin
9
endef
10
11