diff options
author | Daniel Dickinson <crazycshore@gmail.com> | 2011-01-18 14:46:25 +0000 |
---|---|---|
committer | Daniel Dickinson <crazycshore@gmail.com> | 2011-01-18 14:46:25 +0000 |
commit | f93b6cb8444f560c512c5614feca21f5e2ad3426 (patch) | |
tree | ef6709ad722e685b11edaa2f9eeb9d1bb2643dfa /package/base-files/Makefile | |
parent | 817ee250d7d43fc5ba1e41da89ccb3d2f4c9458a (diff) | |
download | upstream-f93b6cb8444f560c512c5614feca21f5e2ad3426.tar.gz upstream-f93b6cb8444f560c512c5614feca21f5e2ad3426.tar.bz2 upstream-f93b6cb8444f560c512c5614feca21f5e2ad3426.zip |
base-files: Fix typo in option name for disabling failsafe announcment Thanks to Andrey Zholos for this patch
SVN-Revision: 25040
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 01058ba871..2ef88dbb74 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -317,7 +317,7 @@ define ImageConfigOptions echo 'pi_netmask=$(if $(CONFIG_TARGET_PREINIT_NETMASK),$(CONFIG_TARGET_PREINIT_NETMASK),"255.255.255.0")' >>$(1)/lib/preinit/00_preinit.conf echo 'pi_broadcast=$(if $(CONFIG_TARGET_PREINIT_BROADCAST),$(CONFIG_TARGET_PREINIT_BROADCAST),"192.168.1.255")' >>$(1)/lib/preinit/00_preinit.conf echo 'pi_preinit_net_messages="$(CONFIG_TARGET_PREINIT_SHOW_NETMSG)"' >>$(1)/lib/preinit/00_preinit.conf - echo 'pi_preinit_no_failsafe_netmsg="$(CONFIG_TARGET_SUPPRESS_FAILSAFE_NETMSG)"' >>$(1)/lib/preinit/00_preinit.conf + echo 'pi_preinit_no_failsafe_netmsg="$(CONFIG_TARGET_PREINIT_SUPPRESS_FAILSAFE_NETMSG)"' >>$(1)/lib/preinit/00_preinit.conf endef endif |