Browse Source

changed default librecmc version

risci_atom 9 years ago
parent
commit
f74e5d5959
2 changed files with 5 additions and 3 deletions
  1. 4 2
      package/base-files/image-config.in
  2. 1 1
      target/linux/ar71xx/Makefile

+ 4 - 2
package/base-files/image-config.in

@@ -65,7 +65,7 @@ config TARGET_PREINIT_IFNAME
 config TARGET_PREINIT_IP
 config TARGET_PREINIT_IP
 	string
 	string
 	prompt "IP address for preinit network messages" if PREINITOPT
 	prompt "IP address for preinit network messages" if PREINITOPT
-	default "192.168.1.1"
+	default "192.168.10.1"
 	help
 	help
 		IP address used to configure interface for preinit network
 		IP address used to configure interface for preinit network
 		messages, including failsafe messages
 		messages, including failsafe messages
@@ -81,7 +81,7 @@ config TARGET_PREINIT_NETMASK
 config TARGET_PREINIT_BROADCAST
 config TARGET_PREINIT_BROADCAST
 	string
 	string
 	prompt "Broadcast address for preinit network messages" if PREINITOPT
 	prompt "Broadcast address for preinit network messages" if PREINITOPT
-	default "192.168.1.255"
+	default "192.168.10.255"
 	help
 	help
 		Broadcast address to which to send preinit network messages, as
 		Broadcast address to which to send preinit network messages, as
 		as failsafe messages
 		as failsafe messages
@@ -155,6 +155,7 @@ if VERSIONOPT
 	config VERSION_NICK
 	config VERSION_NICK
 		string
 		string
 		prompt "Release version nickname"
 		prompt "Release version nickname"
+		default "Elegant Eleanor"
 		help
 		help
 			This is the release codename embedded in the image.
 			This is the release codename embedded in the image.
 			If unspecified, it defaults to the name of source branch.
 			If unspecified, it defaults to the name of source branch.
@@ -162,6 +163,7 @@ if VERSIONOPT
 	config VERSION_NUMBER
 	config VERSION_NUMBER
 		string
 		string
 		prompt "Release version number"
 		prompt "Release version number"
+		default "v1.3"
 		help
 		help
 			This is the release version number embedded in the image.
 			This is the release version number embedded in the image.
 			If unspecified, it defaults to the svn or git-svn revision
 			If unspecified, it defaults to the svn or git-svn revision

+ 1 - 1
target/linux/ar71xx/Makefile

@@ -19,6 +19,6 @@ include $(INCLUDE_DIR)/target.mk
 
 
 DEFAULT_PACKAGES += \
 DEFAULT_PACKAGES += \
 	kmod-gpio-button-hotplug swconfig \
 	kmod-gpio-button-hotplug swconfig \
-	kmod-ath9k wpad-mini uboot-envtools
+	kmod-ath9k wpad-mini
 
 
 $(eval $(call BuildTarget))
 $(eval $(call BuildTarget))