Created
November 7, 2016 16:25
-
-
Save BAGELreflex/3e32b0424dd1b214fbbd42c040433968 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ifeq ($(RTCONFIG_GETREALIP),y) | |
mkdir -p $(INSTALLDIR)/usr/sbin | |
install -m 0755 apps_scripts/getrealip.sh $(INSTALLDIR)/usr/sbin/getrealip.sh | |
endif | |
install -m 0755 webs_scripts/GoogleDNS_Update.sh $(INSTALLDIR)/usr/sbin | |
# Mod to load prebuilt scripts | |
echo -e "Adding default configs and scripts to rom" | |
mkdir -p $(INSTALLDIR)/rom/configs | |
mkdir -p $(INSTALLDIR)/rom/scripts | |
cp -rfv configs/* $(INSTALLDIR)/rom/configs | |
cp -rfv scripts/* $(INSTALLDIR)/rom/scripts | |
find $(INSTALLDIR)/rom -name "*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment