Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[platform/nephos] Upgrade nephos-modules from 1.0.0 to 1.0.1 (#4267) #4297

Merged
merged 1 commit into from
Mar 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion platform/nephos/nephos-modules.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nephos Platform modules

VERSION = 1.0.0
VERSION = 1.0.1

ifneq ($(NEPHOS_SAI_DEB_LOCAL_URL), )
SDK_FROM_LOCAL = y
Expand Down
8 changes: 7 additions & 1 deletion platform/nephos/nephos-modules/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
nephos-modules (1.0.1) unstable; urgency=low

* Upgrade ko version to 3.0.0

-- Support <simon.ji@mediatek.com> Tue, 17 Mar 2020 15:54:00 +0800

nephos-modules (1.0.0) unstable; urgency=low

* Initial release

-- Support <simon.ji@nephosinc.com> Fri, 15 Mar 2019 15:54:00 +0800
-- Support <simon.ji@nephosinc.com> Fri, 15 Mar 2019 15:54:00 +0800
2 changes: 1 addition & 1 deletion platform/nephos/nephos-modules/debian/control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Source: nephos-modules
Section: main
Priority: extra
Maintainer: support <simon.ji@nephosinc.com>
Maintainer: support <simon.ji@mediatek.com>
Build-Depends: debhelper (>= 8.0.0), bzip2
Standards-Version: 3.9.3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Before=syncd.service

[Service]
Type=oneshot
ExecStart=-/etc/init.d/nps-modules-4.9.0-11-2-amd64 start
ExecStop=-/etc/init.d/nps-modules-4.9.0-11-2-amd64 stop
ExecStart=-/etc/init.d/nps-modules-4.9-amd64 start
ExecStop=-/etc/init.d/nps-modules-4.9-amd64 stop
RemainAfterExit=yes

[Install]
Expand Down
Loading