aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2012-12-15 01:59:19 +0000
committerJohn Crispin <blogic@openwrt.org>2012-12-15 01:59:19 +0000
commit599eec46aecc2683d9697f8579dc8d74cb373f81 (patch)
tree56d19b1433d836e6a429ef6cfecf805003c646ee /package/network/services/ppp
parent8339eed6b998def3eb1f5c31a2b178db716306d5 (diff)
downloadmaster-187ad058-599eec46aecc2683d9697f8579dc8d74cb373f81.tar.gz
master-187ad058-599eec46aecc2683d9697f8579dc8d74cb373f81.tar.bz2
master-187ad058-599eec46aecc2683d9697f8579dc8d74cb373f81.zip
[ppp] make use of uapi directory wrapper
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34684 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/ppp')
-rw-r--r--package/network/services/ppp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile
index 24be05e0dd..49c6a40a4c 100644
--- 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