mini_snmpd: trim trailing spaces
Found with modified Kconfiglib. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
1ba153246b
commit
3d98f91fe2
1 changed files with 4 additions and 4 deletions
|
@ -22,8 +22,8 @@ PKG_HASH:=de00c475a3c70c56f3ee97cd683cb71009d3521d60b1f589c5a91b4671ede9f3
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
# As warned by upstream maintainer and binutils
|
# As warned by upstream maintainer and binutils
|
||||||
# however compiler warnings can be ignored until next binutils release
|
# however compiler warnings can be ignored until next binutils release
|
||||||
# https://github.com/wongsyrone/openwrt-1/issues/67
|
# https://github.com/wongsyrone/openwrt-1/issues/67
|
||||||
# PKG_SSP:=0
|
# PKG_SSP:=0
|
||||||
# PKG_RELRO:=0
|
# PKG_RELRO:=0
|
||||||
|
@ -33,10 +33,10 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/mini_snmpd
|
define Package/mini_snmpd
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=A tiny SNMP server for embedded systems
|
TITLE:=A tiny SNMP server for embedded systems
|
||||||
URL:=http://troglobit.github.io/mini-snmpd.html
|
URL:=http://troglobit.github.io/mini-snmpd.html
|
||||||
# uncomment if you just want the binary, not the init script
|
# uncomment if you just want the binary, not the init script
|
||||||
# openwrt requires init script runtime dependencies be defined for make menuconfig
|
# openwrt requires init script runtime dependencies be defined for make menuconfig
|
||||||
# (e.g busybox sysntpd)
|
# (e.g busybox sysntpd)
|
||||||
DEPENDS:=+jsonfilter +ubus +procd +ubox
|
DEPENDS:=+jsonfilter +ubus +procd +ubox
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue