Browse Source

smstools3: remove unnecessary build deps

Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Alexander Ryzhov 9 years ago
parent
commit
f2c3449bc5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      utils/smstools3/Makefile

+ 1
- 1
utils/smstools3/Makefile View File

@@ -22,7 +22,7 @@ PKG_SOURCE_URL:=http://smstools3.kekekasvi.com/packages/
22 22
 PKG_MD5SUM:=0241ef60e646fac1a06254a848e61ed7
23 23
 
24 24
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
25
-PKG_BUILD_DEPENDS:=libiconv-full iconv socket nsl
25
+PKG_BUILD_DEPENDS:=libiconv-full iconv
26 26
 
27 27
 include $(INCLUDE_DIR)/package.mk
28 28