summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-12-16 11:04:27 +0000
committerJohn Crispin <john@openwrt.org>2012-12-16 11:04:27 +0000
commite9c0b958295bb055fefc03b1e356051f99218f28 (patch)
tree2884dc302a0f87ff335a0d5a31a8b9a20384f61b /package
parent7bcb6b54791ca68ed3433ea0db1bba270d7d0f25 (diff)
downloadmaster-31e0f0ae-e9c0b958295bb055fefc03b1e356051f99218f28.tar.gz
master-31e0f0ae-e9c0b958295bb055fefc03b1e356051f99218f28.tar.bz2
master-31e0f0ae-e9c0b958295bb055fefc03b1e356051f99218f28.zip
fixes uapi helper define
SVN-Revision: 34715
Diffstat (limited to 'package')
-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 49c6a40a4c..71c598196b 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_UAPI_DIR)/linux/atm*.h \
+ $(LINUX_DIR)/include/$(LINUX_UAPI_DIR)linux/atm*.h \
$(PKG_BUILD_DIR)/pppd/plugins/pppoatm/linux/
endef