aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/linux-atm/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-07-17 18:37:17 -0700
committerJo-Philipp Wich <jo@mein.io>2019-09-04 13:36:04 +0200
commitad645323340ace0634e8f75150fbfb6fa4414815 (patch)
tree7d408aa0bbca7c065df6888329f7c60635293936 /package/network/utils/linux-atm/Makefile
parent930c141b69c7dd19e474586290573a19f69aa5a2 (diff)
downloadupstream-ad645323340ace0634e8f75150fbfb6fa4414815.tar.gz
upstream-ad645323340ace0634e8f75150fbfb6fa4414815.tar.bz2
upstream-ad645323340ace0634e8f75150fbfb6fa4414815.zip
linux-atm: Add missing headers
This fixes compilation with -Werror=implicit-function-declaration. Signed-off-by: Rosen Penev <rosenp@gmail.com> (cherry picked from commit 1b1c47577bac99bdd8ab9ecde928ab0398f78799)
Diffstat (limited to 'package/network/utils/linux-atm/Makefile')
-rw-r--r--package/network/utils/linux-atm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/linux-atm/Makefile b/package/network/utils/linux-atm/Makefile
index f2ad888e4e..c74febcbbc 100644
--- a/package/network/utils/linux-atm/Makefile
+++ b/package/network/utils/linux-atm/Makefile
@@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=linux-atm
PKG_VERSION:=2.5.2
-PKG_RELEASE:=6
+PKG_RELEASE:=7
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)