X-Git-Url: http://git.openwrt.org/?p=feed%2Frouting.git;a=blobdiff_plain;f=nodogsplash%2FMakefile;fp=nodogsplash%2FMakefile;h=a29301bc3c1f1b6dcdc4fd942d4d07a7bbb033af;hp=e9060c442d1f9ec9ea6f52eca95a29ff7ee83fa6;hb=4bfb63f25b1cf33db35b4e9bf9c6ce4679be8ced;hpb=a8d3f890070a6ed18ece5afb3ae9df95c7ad22d9 diff --git a/nodogsplash/Makefile b/nodogsplash/Makefile index e9060c4..a29301b 100644 --- a/nodogsplash/Makefile +++ b/nodogsplash/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nodogsplash PKG_FIXUP:=autoreconf -PKG_VERSION:=3.2.0 +PKG_VERSION:=3.2.1 PKG_RELEASE:=1 PKG_SOURCE_URL:=https://codeload.github.com/nodogsplash/nodogsplash/tar.gz/v$(PKG_VERSION)? PKG_SOURCE:=nodogsplash-$(PKG_VERSION).tar.gz -PKG_HASH:=c9712c21c2cc88724a8104fa63edd4f69d31af24db0fad84db6105fae2d65809 +PKG_HASH:=fdc936b1b76bcae9a0a42cd8887d4cb5037fb328449a57c2c33f03ad5013638c PKG_BUILD_DIR:=$(BUILD_DIR)/nodogsplash-$(PKG_VERSION) PKG_MAINTAINER:=Moritz Warning @@ -49,6 +49,7 @@ define Package/nodogsplash/install $(INSTALL_DIR) $(1)/etc/nodogsplash/htdocs/images $(CP) $(PKG_BUILD_DIR)/resources/splash.html $(1)/etc/nodogsplash/htdocs/ + $(CP) $(PKG_BUILD_DIR)/resources/splash.css $(1)/etc/nodogsplash/htdocs/ $(CP) $(PKG_BUILD_DIR)/resources/status.html $(1)/etc/nodogsplash/htdocs/ $(CP) $(PKG_BUILD_DIR)/resources/splash.jpg $(1)/etc/nodogsplash/htdocs/images/ endef