diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-12 01:37:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-12 01:37:12 +0000 |
commit | 90008e868d88ae12fd969b3e74b004214a09c072 (patch) | |
tree | 09074a9a1e9596470ddb8440dce1ccf2b6633fdb /target | |
parent | 137d2b4d43923e0d6e608177023286d518a1f9d5 (diff) | |
download | upstream-90008e868d88ae12fd969b3e74b004214a09c072.tar.gz upstream-90008e868d88ae12fd969b3e74b004214a09c072.tar.bz2 upstream-90008e868d88ae12fd969b3e74b004214a09c072.zip |
fix default target
SVN-Revision: 5501
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index be87366120..0ed1d0c587 100644 --- a/target/Config.in +++ b/target/Config.in @@ -1,5 +1,6 @@ choice prompt "Target System" + default LINUX_2_4_BRCM source "tmp/.config-target.in" |