Commit 0cc8fafe authored by Eric Andersen's avatar Eric Andersen
Browse files

fix a few little glitches I left in here the other day

parent 5ec90655
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ choice
	prompt "uClibc C library Version"
	default BR2_UCLIBC_VERSION_SNAPSHOT
	help
	  Select the version of gcc you wish to use.
	  Select the version of uClibc you wish to use.

	config BR2_UCLIBC_VERSION_0_9_28
		bool "uClibc 0.9.28"
+2 −1
Original line number Diff line number Diff line
@@ -9,7 +9,8 @@ ifeq ($(BR2_UCLIBC_VERSION_SNAPSHOT),y)
# Be aware that this changes daily....
UCLIBC_VER:=0.9.29
UCLIBC_DIR:=$(TOOL_BUILD_DIR)/uClibc
UCLIBC_SOURCE:=uClibc-snapshot.tar.bz2
UCLIBC_SOURCE:=uClibc-$(strip $(subst ",, $(BR2_USE_UCLIBC_SNAPSHOT))).tar.bz2
#"))
UCLIBC_SITE:=http://www.uclibc.org/downloads/snapshots
ifndef UCLIBC_CONFIG_FILE
UCLIBC_CONFIG_FILE=toolchain/uClibc/uClibc-0.9.29.config