diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-07 00:13:42 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-07 00:13:42 +0000 |
commit | 35c88064da126600ed9e3de6109de3f6d91c9141 (patch) | |
tree | 4f2f6ebdfd3fab39e527a4a56ff1a2845603424f /openwrt/target/Config.in | |
parent | 1e7a562a5b490d3e677be9e482626ffa9ba7e3c4 (diff) |
enable hotplug
fix openssl package
enable motorola binaries
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@324 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/Config.in')
-rw-r--r-- | openwrt/target/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index 6453d54e7..176734e29 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -31,7 +31,7 @@ menu "Device Support" bool "Linksys WRT54GS" config BR2_TARGET_MOTOROLA - default n + default y select BR2_TARGET_DEFAULT bool "Motorola" |