Removed the INSTFIXED debug echo. Oops, that one made it into the 0.1.9
release. :-(
This commit is contained in:
parent
1be915b869
commit
01c5293fe1
|
@ -64,7 +64,6 @@ clean:
|
|||
|
||||
install:
|
||||
set -e; for d in $(DIRS); do $(MAKE) -C $$d install; done
|
||||
echo INSTFIXED: $(INSTFIXED)
|
||||
ifeq ($(INSTFIXED), y)
|
||||
cp rc.wlan $(RC_DIR)/init.d/wlan
|
||||
chmod 755 $(RC_DIR)/init.d/wlan
|
||||
|
|
Loading…
Reference in a new issue