diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-08-05 13:42:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-08-05 13:42:36 +0000 |
commit | 1b0318158d9b80b773f643454dc1aed9a1926deb (patch) | |
tree | 90654f50005ec1ad778c86fb8f381400e5d558f5 /target/linux/rdc/files | |
parent | 027a7939f17e50432db03c3ea354c3d40c9de614 (diff) | |
download | upstream-1b0318158d9b80b773f643454dc1aed9a1926deb.tar.gz upstream-1b0318158d9b80b773f643454dc1aed9a1926deb.tar.bz2 upstream-1b0318158d9b80b773f643454dc1aed9a1926deb.zip |
Reinstate rdc bootability and force it to use init=/etc/preinit, thus the remove the hackish SetInitramfs actions
SVN-Revision: 12136
Diffstat (limited to 'target/linux/rdc/files')
-rw-r--r-- | target/linux/rdc/files/drivers/net/r6040.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc/files/drivers/net/r6040.c b/target/linux/rdc/files/drivers/net/r6040.c index 2703db457e..29e731d81f 100644 --- a/target/linux/rdc/files/drivers/net/r6040.c +++ b/target/linux/rdc/files/drivers/net/r6040.c @@ -243,7 +243,7 @@ struct r6040_private { }; struct net_device *parent_dev; -static char *parent; +static char *parent = "wlan0"; module_param(parent, charp, 0444); MODULE_PARM_DESC(parent, "Parent network device name to get the MAC address from"); |