rp-pppoe: Add back from oldpackages with build fixes and enhanced packaging

Add back from oldpackages with fixes for build errors and UCIfication
(for LuCI app submitted in a related PR (against LuCI repo)).

NOTE: Untested packages have been marked with @BROKEN.  This can
be undone of others report success with the sniffer

Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
This commit is contained in:
Daniel Dickinson
2016-05-21 20:35:10 -04:00
parent b6f8e32089
commit 847706ba5a
13 changed files with 455 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef _NET_PPP_DEFS_H
#define _NET_PPP_DEFS_H
#define __need_time_t
#include <time.h>
#include <asm/types.h>
#include <linux/ppp_defs.h>
#endif