mirror of
https://github.com/gnuton/asuswrt-merlin.ng.git
synced 2025-05-18 23:41:30 +02:00
9 lines
226 B
Makefile
9 lines
226 B
Makefile
all:
|
|
-cp -f $(TOP_PLATFORM)/wlconf$(BCMEX)$(EX7)/prebuilt/wlconf wlconf
|
|
clean:
|
|
rm -f *.o wlconf
|
|
|
|
install: all
|
|
install -d $(INSTALLDIR)/usr/sbin
|
|
install wlconf $(INSTALLDIR)/usr/sbin
|
|
$(STRIP) $(INSTALLDIR)/usr/sbin/wlconf
|