Skip to content

Commit

Permalink
save history enabled
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.dd-wrt.com/DD-WRT@58953 52c4871e-980c-0410-b1e0-e73912ce01f8
  • Loading branch information
BrainSlayer committed Dec 30, 2024
1 parent 109851f commit e944d54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/router/rules/busybox.mk
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,9 @@ endif
echo "# CONFIG_GETFATTR is not set" >> busybox/.config
echo "# CONFIG_FEATURE_IP_LINK_CAN is not set" >> busybox/.config
echo "# CONFIG_TIME64 is not set" >> busybox/.config
sed -i 's/\CONFIG_FEATURE_EDITING_HISTORY=15/CONFIG_FEATURE_EDITING_HISTORY=30/g' busybox/.config
sed -i 's/\# CONFIG_FEATURE_EDITING_SAVEHISTORY is not set/CONFIG_FEATURE_EDITING_SAVEHISTORY=y/g' busybox/.config

cd busybox && make oldconfig

# -$(MAKE) -C busybox STRIPTOOL=$(STRIP) PREFIX=$(INSTALLDIR)/busybox
Expand Down

0 comments on commit e944d54

Please sign in to comment.