Skip to content

Commit 6e71081

Browse files
committed
Removed duplicate package
1 parent a4b0058 commit 6e71081

File tree

1 file changed

+1
-1
lines changed
  • scripts/etc/init.d

1 file changed

+1
-1
lines changed

scripts/etc/init.d/rcS

+1-1
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ if [ -z "$cdebootstrap_cmdline" ]; then
545545

546546
# always add firmware if requested
547547
if [ "$firmware_packages" = "1" ]; then
548-
custom_packages_postinstall="${custom_packages_postinstall},firmware-atheros,firmware-brcm80211,firmware-brcm80211,firmware-libertas,firmware-ralink,firmware-realtek"
548+
custom_packages_postinstall="${custom_packages_postinstall},firmware-atheros,firmware-brcm80211,firmware-libertas,firmware-ralink,firmware-realtek"
549549
fi
550550
# add user defined packages
551551
if [ -n "${packages}" ]; then

0 commit comments

Comments
 (0)