@ -145,12 +145,9 @@ endef
P a c k a g e / $( PKG_NAME ) - n o s s l / conffiles = $( Package/$( PKG_NAME) /conffiles)
P a c k a g e / $( PKG_NAME ) - n o s s l / conffiles = $( Package/$( PKG_NAME) /conffiles)
d e f i n e P a c k a g e / $( PKG_NAME ) / i n s t a l l
d e f i n e P a c k a g e / m o s q u i t t o / i n s t a l l / d e f a u l t
$( INSTALL_DIR) $( 1) /usr/sbin
$( INSTALL_DIR) $( 1) /usr/sbin
$( INSTALL_BIN) $( PKG_BUILD_DIR) /src/mosquitto $( 1) /usr/sbin/mosquitto
$( INSTALL_BIN) $( PKG_BUILD_DIR) /src/mosquitto $( 1) /usr/sbin/mosquitto
i f e q ( $( CONFIG_MOSQUITTO_PASSWD ) , y )
$( INSTALL_BIN) $( PKG_BUILD_DIR) /src/mosquitto_passwd $( 1) /usr/sbin
e n d i f
$( INSTALL_DIR) $( 1) /etc/mosquitto
$( INSTALL_DIR) $( 1) /etc/mosquitto
$( INSTALL_CONF) $( PKG_BUILD_DIR) /mosquitto.conf $( 1) /etc/mosquitto/mosquitto.conf
$( INSTALL_CONF) $( PKG_BUILD_DIR) /mosquitto.conf $( 1) /etc/mosquitto/mosquitto.conf
$( INSTALL_DIR) $( 1) /etc/init.d
$( INSTALL_DIR) $( 1) /etc/init.d
@ -158,8 +155,18 @@ endif
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_BIN) ./files/mosquitto.uci.convert $( 1) /usr/bin
$( INSTALL_BIN) ./files/mosquitto.uci.convert $( 1) /usr/bin
e n d e f
e n d e f
P a c k a g e / $( PKG_NAME ) - n o s s l / install = $( Package/$( PKG_NAME) /install)
d e f i n e P a c k a g e / m o s q u i t t o - n o s s l / i n s t a l l
$( call Package/mosquitto/install/default,$( 1) )
e n d e f
d e f i n e P a c k a g e / m o s q u i t t o / i n s t a l l
$( call Package/mosquitto/install/default,$( 1) )
i f e q ( $( CONFIG_MOSQUITTO_PASSWD ) , y )
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_BIN) $( PKG_BUILD_DIR) /src/mosquitto_passwd $( 1) /usr/bin
e n d i f
e n d e f
d e f i n e P a c k a g e / m o s q u i t t o - c l i e n t / i n s t a l l
d e f i n e P a c k a g e / m o s q u i t t o - c l i e n t / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_DIR) $( 1) /usr/bin