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 | 3061bac13388e3efee762eb8559a95fb7e129ad7 (patch) | |
tree | f13c398b18e59e4fdb2de2b6e5fcd1572c464441 /target | |
parent | 6e0ef3e2e088c5a1662ae1ba3dba6bcd16fca0e3 (diff) |
enable hotplug
fix openssl package
enable motorola binaries
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@324 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/Config.in b/target/Config.in index 6453d54e7..176734e29 100644 --- a/target/Config.in +++ b/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" |