projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0803171
)
make use of uapi directory wrapper
author
John Crispin
<john@openwrt.org>
Sat, 15 Dec 2012 01:59:19 +0000
(
01:59
+0000)
committer
John Crispin
<john@openwrt.org>
Sat, 15 Dec 2012 01:59:19 +0000
(
01:59
+0000)
SVN-Revision: 34684
package/network/services/ppp/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/ppp/Makefile
b/package/network/services/ppp/Makefile
index 24be05e0dda87754b66cb6eada58d57801108a17..49c6a40a4c03f03ead92b3f5596826f2a1d1cda7 100644
(file)
--- a/
package/network/services/ppp/Makefile
+++ b/
package/network/services/ppp/Makefile
@@
-158,7
+158,7
@@
$(call Build/Configure/Default,, \
mkdir -p $(PKG_BUILD_DIR)/pppd/plugins/pppoatm/linux
cp \
$(LINUX_DIR)/include/linux/compiler.h \
- $(LINUX_
DIR)/include
/linux/atm*.h \
+ $(LINUX_
UAPI_DIR)
/linux/atm*.h \
$(PKG_BUILD_DIR)/pppd/plugins/pppoatm/linux/
endef