[ppp] make use of uapi directory wrapper

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34684 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
John Crispin 2012-12-15 01:59:19 +00:00
parent 8339eed6b9
commit 599eec46ae
1 changed files with 1 additions and 1 deletions

View File

@ -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