mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ramips: register wifi device for the RT2880 based boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20625 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -125,6 +125,8 @@ static void __init rt_n15_init(void)
|
||||
rt_n15_gpio_buttons);
|
||||
|
||||
platform_device_register(&rt_n15_rtl8366s_device);
|
||||
|
||||
rt288x_register_wifi();
|
||||
}
|
||||
|
||||
MIPS_MACHINE(RAMIPS_MACH_RT_N15, "RT-N15", "Asus RT-N15", rt_n15_init);
|
||||
|
||||
@@ -75,6 +75,7 @@ static void __init wzr_agl300nh_init(void)
|
||||
rt288x_gpio_init(RT2880_GPIO_MODE_UART0);
|
||||
|
||||
rt288x_register_flash(0, &wzr_agl300nh_flash_data);
|
||||
rt288x_register_wifi();
|
||||
}
|
||||
|
||||
MIPS_MACHINE(RAMIPS_MACH_WZR_AGL300NH, "WZR-AGL300NH",
|
||||
|
||||
Reference in New Issue
Block a user