On 05/09/12 08:49, [email protected] wrote:
> From: Xiangfu <[email protected]>
>
> ---
>   This program widely used in China mainland universities for connect to 
> Internet.(more then 18 unvercities)
>   more info please checkout:
>     
> http://wiki.ubuntu.org.cn/%E5%8D%97%E4%BA%AC%E5%B7%A5%E7%A8%8B%E5%AD%A6%E9%99%A2802.1X%E5%AE%A2%E6%88%B7%E7%AB%AF
>     https://github.com/liuqun/njit8021xclient/
>
>   They(oepnwrt.org.cn) asked me help on sent this patch to upstream.
>
>   Xiangfu
>
> V2:
>    * Fix forget install binary file
>    * Clean up the init file format, use killall -s 9 instead of kill
>    * Fix the PKG_BUILD_DIR not define
>
>  net/njit8021xclient/Makefile        |   48 
> +++++++++++++++++++++++++++++++++++
>  net/njit8021xclient/files/njit.conf |   10 ++++++++
>  net/njit8021xclient/files/njit.init |   28 ++++++++++++++++++++
>  3 files changed, 86 insertions(+)
>  create mode 100644 net/njit8021xclient/Makefile
>  create mode 100644 net/njit8021xclient/files/njit.conf
>  create mode 100755 net/njit8021xclient/files/njit.init
>
> diff --git a/net/njit8021xclient/Makefile b/net/njit8021xclient/Makefile
> new file mode 100644
> index 0000000..96d413a
> --- /dev/null
> +++ b/net/njit8021xclient/Makefile
> @@ -0,0 +1,48 @@
> +# 
> +# Copyright (C) feixiang<[email protected]>
> +# This is free software, licensed under the GNU General Public License v2.
> +# See /LICENSE for more information.
> +#
> +
> +include $(TOPDIR)/rules.mk
> +include $(INCLUDE_DIR)/kernel.mk
> +


kernel.mk is still incldued... why ? there are no kernel packages being
built here
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to