summaryrefslogtreecommitdiff
path: root/package/network/services/ppp/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-12-15 01:59:19 +0000
committerJohn Crispin <john@openwrt.org>2012-12-15 01:59:19 +0000
commit45834694137356384cd86373b78ce22721b54ace (patch)
treec9b499880afa846204eb74e4578f84222c3e9376 /package/network/services/ppp/Makefile
parent0803171cd1f5963df0779412b21738435fbd7909 (diff)
downloadmtk-20170518-45834694137356384cd86373b78ce22721b54ace.zip
mtk-20170518-45834694137356384cd86373b78ce22721b54ace.tar.gz
mtk-20170518-45834694137356384cd86373b78ce22721b54ace.tar.bz2
make use of uapi directory wrapper
SVN-Revision: 34684
Diffstat (limited to 'package/network/services/ppp/Makefile')
-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 24be05e..49c6a40 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