projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33a7cd1
)
x86: geode: fix package nameing kmod-crypto-ebc does not exist
author
Florian Eckert
<fe@dev.tdt.de>
Tue, 22 Feb 2022 10:43:32 +0000
(11:43 +0100)
committer
Petr Štetiar
<ynezz@true.cz>
Sat, 26 Feb 2022 12:36:30 +0000
(13:36 +0100)
This commit fixes the package naming that was added by commit:
e1e4cbde5ceb228e60fff1fc752cb90d9a7df2ab
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
target/linux/x86/image/geode.mk
patch
|
blob
|
history
diff --git
a/target/linux/x86/image/geode.mk
b/target/linux/x86/image/geode.mk
index ce5e93a2c5bc2fb59fabed12744286b43caf0e00..91851b90ca8722f72fe1403dc4234db54d0dc051 100644
(file)
--- a/
target/linux/x86/image/geode.mk
+++ b/
target/linux/x86/image/geode.mk
@@
-1,7
+1,7
@@
define Device/generic
DEVICE_VENDOR := Generic
DEVICE_MODEL := x86/Geode
- DEVICE_PACKAGES += kmod-crypto-cbc kmod-crypto-e
bc
kmod-crypto-hw-geode \
+ DEVICE_PACKAGES += kmod-crypto-cbc kmod-crypto-e
cb
kmod-crypto-hw-geode \
kmod-ledtrig-gpio
GRUB2_VARIANT := legacy
endef