gettext-full: link libiconv when building host pkg
[openwrt/openwrt.git] / package / kernel / broadcom-wl / patches / 930-wl_linux-set-module-license-Proprietary.patch
1 --- a/driver/wl_linux.c
2 +++ b/driver/wl_linux.c
3 @@ -1109,6 +1109,7 @@ wl_module_exit(void)
4
5 module_init(wl_module_init);
6 module_exit(wl_module_exit);
7 +MODULE_LICENSE("Proprietary");
8
9 /**
10 * This function frees the WL per-device resources.