diff options
author | Mike Baker <mbm@openwrt.org> | 2005-03-07 00:13:42 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-03-07 00:13:42 +0000 |
commit | 07d1091e4d86aad85a54e1bf9bfd2f75781ba6b0 (patch) | |
tree | f13c398b18e59e4fdb2de2b6e5fcd1572c464441 /target | |
parent | 66cbb1c82990e70607e5760cbcb3f44e3324f720 (diff) | |
download | upstream-07d1091e4d86aad85a54e1bf9bfd2f75781ba6b0.tar.gz upstream-07d1091e4d86aad85a54e1bf9bfd2f75781ba6b0.tar.bz2 upstream-07d1091e4d86aad85a54e1bf9bfd2f75781ba6b0.zip |
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 6453d54e72..176734e29a 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" |