mirror of https://github.com/hak5/openwrt-owl.git
parent
3332aaf774
commit
d657a1590c
|
@ -26,7 +26,7 @@ $(PKG_BUILD_DIR)/.prepared:
|
|||
touch $@
|
||||
|
||||
$(PKG_BUILD_DIR)/.built:
|
||||
$(TARGET_CC) $(DIAG_FLAGS) -o $@ diag_led.c
|
||||
$(TARGET_CC) $(DIAG_FLAGS) -o $(PKG_BUILD_DIR)/diag.o diag_led.c
|
||||
touch $@
|
||||
|
||||
$(IPKG_KMOD_DIAG):
|
||||
|
|
Loading…
Reference in New Issue