Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jaka committed May 3, 2023
1 parent 98d33c8 commit ec56fb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To add the package to OpenWrt Build System append
```
src-git usbtemp https://github.com/usbtemp/opkg-packages.git
```
to `feeds.conf` (`feeds.conf.default`), or execute
to `feeds.conf`, or execute
```
echo "src-git usbtemp https://github.com/usbtemp/opkg-packages.git" >>feeds.conf
```
Expand All @@ -13,10 +13,13 @@ in buildroot (source) directory.
Then update feeds by running
```
./scripts/feeds update
./scripts/feeds install -a
./scripts/feeds install -a -p usbtemp
```

Finally, enable package `utmp-cli` (under Utilities) in `make menuconfig` (sufficient only as a module) and compile package as
```
make package/feeds/usbtemp/utmp-cli/compile
```
Openwrt package (ipk) is created in `bin/packages/__target_arch__/usbtemp/` directory.

Digitemp package is available in official OpenWrt package repository.
4 changes: 2 additions & 2 deletions utmp-cli/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=utmp-cli
PKG_VERSION:=1.062
PKG_VERSION:=1.064
PKG_RELEASE:=$(PKG_SOURCE_VERSION)

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/usbtemp/utmp-cli.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=f2e6f919552382ec6de5e1b12f53cc9295fd0500
PKG_SOURCE_VERSION:=92b74d384b61089a10295adf13700c3cb176431a
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz

include $(INCLUDE_DIR)/package.mk
Expand Down

0 comments on commit ec56fb7

Please sign in to comment.